Propose collection rescan on upgrade

This commit is contained in:
Mark
2025-07-28 12:44:08 +02:00
committed by Jonas Kvinge
parent 31380a5bd4
commit d4858a338c
2 changed files with 8 additions and 0 deletions

View File

@@ -78,6 +78,8 @@ CollectionLibrary::CollectionLibrary(const SharedPtr<Database> database,
model_ = new CollectionModel(backend_, albumcover_loader, this);
full_rescan_revisions_[21] = tr("Support for sort tags artist, album, album artist, title, composer, and performer");
ReloadSettings();
}