aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/Playback/BaseStreamingService.cs
diff options
context:
space:
mode:
authorLuke <luke.pulverenti@gmail.com>2016-05-31 14:47:53 -0400
committerLuke <luke.pulverenti@gmail.com>2016-05-31 14:47:53 -0400
commit322ecae53e4cf6990124d895da50146ba1fc1945 (patch)
tree2cdbd2c8e7b34d74d74208d8cdb6d12f07786719 /MediaBrowser.Api/Playback/BaseStreamingService.cs
parent002f4824ef197ee50fb2c200dee69c22f3cabee2 (diff)
parentec23e084d04bcb3361fcc0799e65943ae9ea95b5 (diff)
Merge pull request #1797 from MediaBrowser/dev
Dev
Diffstat (limited to 'MediaBrowser.Api/Playback/BaseStreamingService.cs')
-rw-r--r--MediaBrowser.Api/Playback/BaseStreamingService.cs5
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