mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-29 20:24:47 +03:00
minor changes to transcode cleanup scheduled task
This commit is contained in:
@@ -141,7 +141,7 @@ namespace MediaBrowser.Api.Playback
|
||||
|
||||
var filename = data.GetMD5().ToString("N", CultureInfo.InvariantCulture);
|
||||
var ext = outputFileExtension.ToLowerInvariant();
|
||||
var folder = ServerConfigurationManager.ApplicationPaths.TranscodingTempPath;
|
||||
var folder = ServerConfigurationManager.ApplicationPaths.TranscodePath;
|
||||
|
||||
if (EnableOutputInSubFolder)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user