Corrected path for reloadable media in mode "layout".

This commit is contained in:
Pieter Hulshoff
2016-06-12 07:28:45 +02:00
parent 2a4b650c64
commit 9d533fb2cc

View File

@@ -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
{ {