Skip to content

Commit

Permalink
Fix a leftover from the previous revert commit
Browse files Browse the repository at this point in the history
  • Loading branch information
uklotzde committed Jun 25, 2016
1 parent b762633 commit 1070a48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/library/dao/trackdao.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1279,7 +1279,7 @@ TrackPointer TrackDAO::getTrackFromDB(TrackId trackId) const {
{ "rating", setTrackRating },
{ "comment", setTrackComment },
{ "url", setTrackUrl },
{ "duration_real", setTrackDuration },
{ "duration", setTrackDuration },
{ "bitrate", setTrackBitrate },
{ "samplerate", setTrackSampleRate },
{ "cuepoint", setTrackCuePoint },
Expand Down

0 comments on commit 1070a48

Please sign in to comment.