add Add to collection buttons

This commit is contained in:
Luke Pulverenti
2015-01-23 23:50:45 -05:00
parent 86a9df53f2
commit 1af651bc56
13 changed files with 56 additions and 41 deletions

View File

@@ -33,7 +33,7 @@ namespace MediaBrowser.Server.Implementations.Themes
{
get
{
return Path.Combine(_appPaths.ItemsByNamePath, "appthemes");
return Path.Combine(_appPaths.ProgramDataPath, "appthemes");
}
}