Try to migrate audio files in DB instead of deleting/creating entries. fixes #308

This commit is contained in:
emeric
2023-02-22 20:58:06 +01:00
parent 8a69d3e309
commit 492e2d4fc6
3 changed files with 46 additions and 26 deletions
@@ -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);
};
}