Removed orphan items after scan, make multi tag values work again

This commit is contained in:
emeric
2018-09-24 12:56:36 +02:00
parent f5f6136159
commit 87f1f1a13d
6 changed files with 28 additions and 16 deletions
+2 -1
View File
@@ -83,7 +83,8 @@ class MediaScanner
// Helpers
void refreshScanSettings();
void checkAudioFiles( Stats& stats );
void removeMissingTracks( Stats& stats );
void removeOrphanEntries();
void checkDuplicatedAudioFiles( Stats& stats );
void scanAudioFile( const boost::filesystem::path& file, bool forceScan, Stats& stats);