This commit is contained in:
Don Honerbrink 2015-06-25 16:55:59 -05:00
commit 71aa37aff2

View File

@ -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);