mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
update cache path
This commit is contained in:
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…
x
Reference in New Issue
Block a user