Try to migrate audio files in DB instead of deleting/creating entries. fixes #308
This commit is contained in:
@@ -39,6 +39,6 @@ namespace Scanner
|
||||
void removeOrphanClusters();
|
||||
void removeOrphanArtists();
|
||||
void removeOrphanReleases();
|
||||
bool checkFile(const std::filesystem::path& p, const std::filesystem::path& mediaDirectory);
|
||||
bool checkFile(const std::filesystem::path& p);
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user