diff options
| author | Bond-009 <bond.009@outlook.com> | 2019-11-21 16:18:46 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-11-21 16:18:46 +0100 |
| commit | d868a8da6c3fadc5cb7f3fce30561afc5ad6fcae (patch) | |
| tree | 9b6e38598de99c6283c195bd52051cd141c8ba4b /MediaBrowser.Api/Playback/BaseStreamingService.cs | |
| parent | c0d10800ab6c029b891af5caf5d0fccaf76816d3 (diff) | |
| parent | 37eed8cf1f024b8de19c851fd353322d706c2b27 (diff) | |
Merge pull request #1934 from dkanada/transcode
Minor changes to transcode cleanup scheduled task
Diffstat (limited to 'MediaBrowser.Api/Playback/BaseStreamingService.cs')
| -rw-r--r-- | MediaBrowser.Api/Playback/BaseStreamingService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Api/Playback/BaseStreamingService.cs b/MediaBrowser.Api/Playback/BaseStreamingService.cs index 7bfe0e0ce..c7104c950 100644 --- a/MediaBrowser.Api/Playback/BaseStreamingService.cs +++ b/MediaBrowser.Api/Playback/BaseStreamingService.cs @@ -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) { |
