Added a way to set artists that must not be split, fixes #522

This commit is contained in:
emeric
2025-04-27 18:03:45 +02:00
parent a26632828e
commit cc9c6a42ff
21 changed files with 233 additions and 38 deletions
+1 -1
View File
@@ -181,7 +181,7 @@ namespace lms::db
{
auto uniqueTransaction{ createWriteTransaction() };
if (!ScanSettings::get(*this))
if (!ScanSettings::find(*this))
create<ScanSettings>();
}