update cache path

pull/702/head
Luke Pulverenti 9 years ago
parent 9aea46f823
commit b9f1f38318

@ -174,13 +174,9 @@ namespace MediaBrowser.Common.Implementations.Configuration
{ {
cachePath = null; cachePath = null;
} }
else if (CommonConfiguration.EnableCustomPathSubFolders)
{
cachePath = Path.Combine(CommonConfiguration.CachePath, "cache");
}
else else
{ {
cachePath = CommonConfiguration.CachePath; cachePath = Path.Combine(CommonConfiguration.CachePath, "cache");
} }
((BaseApplicationPaths)CommonApplicationPaths).CachePath = cachePath; ((BaseApplicationPaths)CommonApplicationPaths).CachePath = cachePath;

Loading…
Cancel
Save