mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2026-01-27 02:05:06 +01:00
Bug Fix: Overriding media info was broken.
This commit is contained in:
parent
0d931cf258
commit
9f96400f51
@ -347,7 +347,7 @@ void Configuration::GetMediaPropertyAbsolutePath(std::string collectionName, std
|
||||
|
||||
void Configuration::GetMediaPropertyAbsolutePath(std::string collectionName, std::string mediaType, bool system, std::string &value)
|
||||
{
|
||||
std::string key = "media." + collectionName + "." + mediaType;
|
||||
std::string key = "collections.media." + collectionName + "." + mediaType;
|
||||
|
||||
// use user-overridden setting if it exists
|
||||
if(GetPropertyAbsolutePath(key, value))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user