diff --git a/RetroFE/Source/Database/Configuration.cpp b/RetroFE/Source/Database/Configuration.cpp index 8bdbc90..f9cf2dc 100644 --- a/RetroFE/Source/Database/Configuration.cpp +++ b/RetroFE/Source/Database/Configuration.cpp @@ -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);