Changed schema to allow multiple releases/artists to share the same image

This commit is contained in:
emeric
2024-10-04 09:54:04 +02:00
parent b5d650791c
commit 55c7dea8d8
9 changed files with 133 additions and 24 deletions
+1 -1
View File
@@ -572,7 +572,7 @@ namespace lms::db
ObjectPtr<Image> Release::getImage() const
{
return ObjectPtr<Image>{ _image.lock() };
return ObjectPtr<Image>{ _image };
}
void Release::clearLabels()