mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2026-02-20 00:01:27 +01:00
Fixed recursive configuration getproperty bug
This commit is contained in:
parent
bcf35a954d
commit
649e9964be
@ -182,8 +182,8 @@ bool Configuration::getProperty(std::string key, std::string &value)
|
||||
std::string baseMediaPath = absolutePath;
|
||||
std::string baseItemPath = absolutePath;
|
||||
std::string collectionName;
|
||||
getProperty("currentCollection", collectionName);
|
||||
|
||||
getRawProperty("currentCollection", collectionName);
|
||||
getRawProperty("baseMediaPath", baseMediaPath);
|
||||
getRawProperty("baseItemPath", baseItemPath);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user