Skip to content

Commit

Permalink
DlgTrackInfo/Cleanup: Associate "rating" and "color" property names w…
Browse files Browse the repository at this point in the history
…ith their corresponding edit controls
  • Loading branch information
cr7pt0gr4ph7 committed Oct 31, 2024
1 parent 5ad242b commit 2d8fdf7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/library/dlgtrackinfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,14 @@ void DlgTrackInfo::init() {
m_propertyWidgets.insert("album_artist", txtAlbumArtist);
m_propertyWidgets.insert("composer", txtComposer);
m_propertyWidgets.insert("genre", txtGenre);
m_propertyWidgets.insert("rating", starRating);
m_propertyWidgets.insert("year", txtYear);
m_propertyWidgets.insert("bpm", spinBpm);
m_propertyWidgets.insert("tracknumber", txtTrackNumber);
m_propertyWidgets.insert("key", txtKey);
m_propertyWidgets.insert("grouping", txtGrouping);
m_propertyWidgets.insert("comment", txtComment);
m_propertyWidgets.insert("color", btnColorPicker);
m_propertyWidgets.insert("datetime_added", txtDateAdded);
m_propertyWidgets.insert("duration", txtDuration);
m_propertyWidgets.insert("timesplayed", txtDateLastPlayed);
Expand Down

0 comments on commit 2d8fdf7

Please sign in to comment.