Added a way to set artists that must not be split, fixes #522
This commit is contained in:
@@ -36,7 +36,7 @@ namespace lms::recommendation
|
||||
{
|
||||
auto transaction{ session.createReadTransaction() };
|
||||
|
||||
return db::ScanSettings::get(session)->getSimilarityEngineType();
|
||||
return db::ScanSettings::find(session)->getSimilarityEngineType();
|
||||
}
|
||||
} // namespace
|
||||
|
||||
|
||||
Reference in New Issue
Block a user