Merge pull request #8107 from candrews/patch-1

This commit is contained in:
Bond-009 2022-07-14 00:01:37 +02:00 committed by GitHub
commit f12880397c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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