mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2026-02-02 21:15:35 +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")
|
else if(typeLC == "manufacturer")
|
||||||
{
|
{
|
||||||
|
if ( selectedItem->leaf ) // item is a leaf
|
||||||
basename = selectedItem->manufacturer;
|
basename = selectedItem->manufacturer;
|
||||||
|
else // item is a collection
|
||||||
|
(void)config_.getProperty("collections." + selectedItem->name + ".manufacturer", basename );
|
||||||
}
|
}
|
||||||
else if(typeLC == "genre")
|
else if(typeLC == "genre")
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user