mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-19 23:35:25 +03:00
update components
This commit is contained in:
@@ -174,13 +174,9 @@ namespace MediaBrowser.Common.Implementations.Configuration
|
||||
{
|
||||
cachePath = null;
|
||||
}
|
||||
else if (CommonConfiguration.EnableCustomPathSubFolders)
|
||||
{
|
||||
cachePath = Path.Combine(CommonConfiguration.CachePath, "cache");
|
||||
}
|
||||
else
|
||||
{
|
||||
cachePath = CommonConfiguration.CachePath;
|
||||
cachePath = Path.Combine(CommonConfiguration.CachePath, "cache");
|
||||
}
|
||||
|
||||
((BaseApplicationPaths)CommonApplicationPaths).CachePath = cachePath;
|
||||
|
||||
Reference in New Issue
Block a user