mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2026-05-06 04:43:33 +02:00
Corrected path for reloadable media in mode "layout".
This commit is contained in:
@@ -338,7 +338,7 @@ Component *ReloadableMedia::findComponent(std::string collection, std::string ty
|
|||||||
if (systemMode)
|
if (systemMode)
|
||||||
imagePath = Utils::combinePath(imagePath, "system_artwork");
|
imagePath = Utils::combinePath(imagePath, "system_artwork");
|
||||||
else
|
else
|
||||||
imagePath = Utils::combinePath(imagePath, "medium_artwork");
|
imagePath = Utils::combinePath(imagePath, "medium_artwork", type);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user