Renamed namespace cover to artwork

This commit is contained in:
emeric
2025-06-15 14:41:58 +02:00
parent 3a7f010a7d
commit f657427654
12 changed files with 25 additions and 25 deletions
+1 -1
View File
@@ -112,7 +112,7 @@ namespace lms::api::subsonic
}
{
const auto imageResult{ core::Service<cover::IArtworkService>::get()->findTrackImage(track->getId()) };
const auto imageResult{ core::Service<artwork::IArtworkService>::get()->findTrackImage(track->getId()) };
if (const db::ImageId * imageId{ std::get_if<db::ImageId>(&imageResult) })
{
if (const db::Image::pointer image{ db::Image::find(context.dbSession, *imageId) })