Incremented the database version so that next rescan will force rescan to detect missing WMA covers

This commit is contained in:
emeric
2019-10-26 15:37:59 +02:00
parent 55d9220ae4
commit a1e06282d6
3 changed files with 14 additions and 2 deletions
+6
View File
@@ -130,5 +130,11 @@ ScanSettings::setClusterTypes(Session& session, const std::set<std::string>& clu
_scanVersion += 1;
}
void
ScanSettings::incScanVersion()
{
_scanVersion += 1;
}
} // namespace Database