There was an error while loading. Please reload this page.
1 parent 174170b commit e94dcfaCopy full SHA for e94dcfa
1 file changed
src/library/dao/trackdao.cpp
@@ -599,9 +599,7 @@ void bindTrackLibraryValues(
599
pTrackLibraryQuery->bindValue(":title", trackInfo.getTitle());
600
pTrackLibraryQuery->bindValue(":album", albumInfo.getTitle());
601
pTrackLibraryQuery->bindValue(":album_artist", albumInfo.getArtist());
602
- pTrackLibraryQuery->bindValue(
603
- ":record_label",
604
- albumInfo.getRecordLabel());
+ pTrackLibraryQuery->bindValue(":record_label",albumInfo.getRecordLabel());
605
pTrackLibraryQuery->bindValue(":year", trackInfo.getYear());
606
pTrackLibraryQuery->bindValue(":genre", trackInfo.getGenre());
607
pTrackLibraryQuery->bindValue(":composer", trackInfo.getComposer());
0 commit comments