mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2026-01-27 10:15:05 +01:00
Corrected path for reloadable media in mode "layout".
This commit is contained in:
parent
2a4b650c64
commit
9d533fb2cc
@ -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
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user