minor changes to transcode cleanup scheduled task

This commit is contained in:
dkanada
2019-10-24 10:50:25 +09:00
parent c0d10800ab
commit f3ca37e523
9 changed files with 31 additions and 25 deletions

View File

@@ -1446,7 +1446,7 @@ namespace Emby.Server.Implementations
CanSelfRestart = CanSelfRestart,
CanLaunchWebBrowser = CanLaunchWebBrowser,
HasUpdateAvailable = HasUpdateAvailable,
TranscodingTempPath = ApplicationPaths.TranscodingTempPath,
TranscodingTempPath = ApplicationPaths.TranscodePath,
ServerName = FriendlyName,
LocalAddress = localAddress,
SupportsLibraryMonitor = true,