Browse Source

Merge pull request #8107 from candrews/patch-1

Bond-009 2 years ago
parent
commit
f12880397c

+ 1 - 1
MediaBrowser.Common/Configuration/EncodingConfigurationExtensions.cs

@@ -32,7 +32,7 @@ namespace MediaBrowser.Common.Configuration
             var transcodingTempPath = configurationManager.GetEncodingOptions().TranscodingTempPath;
             if (string.IsNullOrEmpty(transcodingTempPath))
             {
-                transcodingTempPath = Path.Combine(configurationManager.CommonApplicationPaths.ProgramDataPath, "transcodes");
+                transcodingTempPath = Path.Combine(configurationManager.CommonApplicationPaths.CachePath, "transcodes");
             }
 
             // Make sure the directory exists