mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2026-05-06 04:43:33 +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);
|
bool retVal = getRawProperty(key, value);
|
||||||
|
|
||||||
std::string baseMediaPath = absolutePath;
|
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("baseMediaPath", baseMediaPath);
|
||||||
getRawProperty("baseItemPath", baseItemPath);
|
getRawProperty("baseItemPath", baseItemPath);
|
||||||
|
|||||||
Reference in New Issue
Block a user