diff options
| author | Luke <luke.pulverenti@gmail.com> | 2016-05-31 14:47:53 -0400 |
|---|---|---|
| committer | Luke <luke.pulverenti@gmail.com> | 2016-05-31 14:47:53 -0400 |
| commit | 322ecae53e4cf6990124d895da50146ba1fc1945 (patch) | |
| tree | 2cdbd2c8e7b34d74d74208d8cdb6d12f07786719 /MediaBrowser.Api/Playback/BaseStreamingService.cs | |
| parent | 002f4824ef197ee50fb2c200dee69c22f3cabee2 (diff) | |
| parent | ec23e084d04bcb3361fcc0799e65943ae9ea95b5 (diff) | |
Merge pull request #1797 from MediaBrowser/dev
Dev
Diffstat (limited to 'MediaBrowser.Api/Playback/BaseStreamingService.cs')
| -rw-r--r-- | MediaBrowser.Api/Playback/BaseStreamingService.cs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/MediaBrowser.Api/Playback/BaseStreamingService.cs b/MediaBrowser.Api/Playback/BaseStreamingService.cs index 253e3d8e4..c65511074 100644 --- a/MediaBrowser.Api/Playback/BaseStreamingService.cs +++ b/MediaBrowser.Api/Playback/BaseStreamingService.cs @@ -980,11 +980,6 @@ namespace MediaBrowser.Api.Playback var transcodingId = Guid.NewGuid().ToString("N"); var commandLineArgs = GetCommandLineArguments(outputPath, state, true); - if (ApiEntryPoint.Instance.GetEncodingOptions().EnableDebugLogging) - { - commandLineArgs = "-loglevel debug " + commandLineArgs; - } - var process = new Process { StartInfo = new ProcessStartInfo |
