mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2026-05-05 20:33:25 +02:00
Fixed default BASE_MEDIA_PATH and BASE_ITEM_PATH expansion.
This commit is contained in:
@@ -197,7 +197,10 @@ bool Configuration::getProperty(std::string key, std::string &value)
|
||||
bool retVal = getRawProperty(key, value);
|
||||
|
||||
std::string baseMediaPath = absolutePath;
|
||||
std::string baseItemPath = absolutePath;
|
||||
std::string baseItemPath = absolutePath;
|
||||
|
||||
baseMediaPath = Utils::combinePath(absolutePath, "collections");
|
||||
baseItemPath = Utils::combinePath(absolutePath, "collections");
|
||||
|
||||
getRawProperty("baseMediaPath", baseMediaPath);
|
||||
getRawProperty("baseItemPath", baseItemPath);
|
||||
|
||||
Reference in New Issue
Block a user