Skip to content

Commit

Permalink
Merge branch 'develop' for release v3.50.1
Browse files Browse the repository at this point in the history
  • Loading branch information
epoupon committed Mar 4, 2024
2 parents 71c4022 + 8c3dfd7 commit b75daf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/services/scanner/impl/ScanStepScanFiles.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ namespace Scanner

// TODO: migrate these fields in dedicated tables in DB
getOrCreateClusters("GENRE", track.genres);
getOrCreateClusters("MOOD", track.genres);
getOrCreateClusters("MOOD", track.moods);
getOrCreateClusters("LANGUAGE", track.languages);
getOrCreateClusters("GROUPING", track.groupings);

Expand Down

0 comments on commit b75daf2

Please sign in to comment.