aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/Themes/AppThemeManager.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Server.Implementations/Themes/AppThemeManager.cs')
-rw-r--r--MediaBrowser.Server.Implementations/Themes/AppThemeManager.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/Themes/AppThemeManager.cs b/MediaBrowser.Server.Implementations/Themes/AppThemeManager.cs
index 9845f3867..2711c08aa 100644
--- a/MediaBrowser.Server.Implementations/Themes/AppThemeManager.cs
+++ b/MediaBrowser.Server.Implementations/Themes/AppThemeManager.cs
@@ -33,7 +33,7 @@ namespace MediaBrowser.Server.Implementations.Themes
{
get
{
- return Path.Combine(_appPaths.ItemsByNamePath, "appthemes");
+ return Path.Combine(_appPaths.ProgramDataPath, "appthemes");
}
}