mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2026-04-02 10:16:50 +02:00
Added support for manufacturer's graphics for collections.
This commit is contained in:
@@ -255,7 +255,10 @@ void ReloadableMedia::reloadTexture()
|
||||
}
|
||||
else if(typeLC == "manufacturer")
|
||||
{
|
||||
if ( selectedItem->leaf ) // item is a leaf
|
||||
basename = selectedItem->manufacturer;
|
||||
else // item is a collection
|
||||
(void)config_.getProperty("collections." + selectedItem->name + ".manufacturer", basename );
|
||||
}
|
||||
else if(typeLC == "genre")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user