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
@@ -36,7 +36,7 @@ namespace lms::recommendation
{
auto transaction{ session.createReadTransaction() };
return db::ScanSettings::get(session)->getSimilarityEngineType();
return db::ScanSettings::find(session)->getSimilarityEngineType();
}
} // namespace