mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2026-04-07 11:30:30 +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)
|
||||
imagePath = Utils::combinePath(imagePath, "system_artwork");
|
||||
else
|
||||
imagePath = Utils::combinePath(imagePath, "medium_artwork");
|
||||
imagePath = Utils::combinePath(imagePath, "medium_artwork", type);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user