mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2026-01-27 02:05:06 +01:00
Added support for manufacturer's graphics for collections.
This commit is contained in:
parent
5bd357c78a
commit
784dfdca16
@ -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")
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user