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