Fixed potential crash
This commit is contained in:
@@ -206,7 +206,7 @@ namespace lms::ui
|
||||
}
|
||||
}
|
||||
|
||||
if (!image)
|
||||
if (!image && typeStr)
|
||||
{
|
||||
if (*typeStr == "release")
|
||||
image = core::Service<cover::IArtworkService>::get()->getDefaultReleaseCover();
|
||||
|
||||
Reference in New Issue
Block a user