Skip to content

Commit 6ab3dc9

Browse files
Matthew DaveyMatthew Davey
authored andcommitted
Address record label review feedback
1 parent 46e6dd6 commit 6ab3dc9

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/library/dao/trackdao.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -599,9 +599,7 @@ void bindTrackLibraryValues(
599599
pTrackLibraryQuery->bindValue(":title", trackInfo.getTitle());
600600
pTrackLibraryQuery->bindValue(":album", albumInfo.getTitle());
601601
pTrackLibraryQuery->bindValue(":album_artist", albumInfo.getArtist());
602-
pTrackLibraryQuery->bindValue(
603-
":record_label",
604-
albumInfo.getRecordLabel());
602+
pTrackLibraryQuery->bindValue(":record_label",albumInfo.getRecordLabel());
605603
pTrackLibraryQuery->bindValue(":year", trackInfo.getYear());
606604
pTrackLibraryQuery->bindValue(":genre", trackInfo.getGenre());
607605
pTrackLibraryQuery->bindValue(":composer", trackInfo.getComposer());

0 commit comments

Comments
 (0)