aboutsummaryrefslogtreecommitdiffstats
path: root/mediaplugin/src/base/UPathUtils.pas
diff options
context:
space:
mode:
Diffstat (limited to 'mediaplugin/src/base/UPathUtils.pas')
-rw-r--r--mediaplugin/src/base/UPathUtils.pas2
1 files changed, 2 insertions, 0 deletions
diff --git a/mediaplugin/src/base/UPathUtils.pas b/mediaplugin/src/base/UPathUtils.pas
index 2bfcde42..beb1d64a 100644
--- a/mediaplugin/src/base/UPathUtils.pas
+++ b/mediaplugin/src/base/UPathUtils.pas
@@ -50,6 +50,7 @@ var
CoverPaths: IInterfaceList;
LanguagesPath: IPath;
PluginPath: IPath;
+ MediaPluginPath: IPath;
VisualsPath: IPath;
FontPath: IPath;
ResourcesPath: IPath;
@@ -170,6 +171,7 @@ begin
FindPath(SkinsPath, SharedPath.Append('themes'), false);
FindPath(LanguagesPath, SharedPath.Append('languages'), false);
FindPath(PluginPath, SharedPath.Append('plugins'), false);
+ FindPath(MediaPluginPath, SharedPath.Append('media'), false);
FindPath(VisualsPath, SharedPath.Append('visuals'), false);
FindPath(FontPath, SharedPath.Append('fonts'), false);
FindPath(ResourcesPath, SharedPath.Append('resources'), false);