aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/Playback/BaseStreamingService.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2017-06-24 14:33:19 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2017-06-24 14:33:19 -0400
commita107ff0369e5cade3dc2848f190a95b5be302a0b (patch)
treed2a68a9f561e79db795ae0f3152e42b11f56fd6b /MediaBrowser.Api/Playback/BaseStreamingService.cs
parent8dcfda89d110109a7fd283983ad9cac88d2da07a (diff)
capture more transcoding info
Diffstat (limited to 'MediaBrowser.Api/Playback/BaseStreamingService.cs')
-rw-r--r--MediaBrowser.Api/Playback/BaseStreamingService.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/MediaBrowser.Api/Playback/BaseStreamingService.cs b/MediaBrowser.Api/Playback/BaseStreamingService.cs
index bbee36199..e4ef294d1 100644
--- a/MediaBrowser.Api/Playback/BaseStreamingService.cs
+++ b/MediaBrowser.Api/Playback/BaseStreamingService.cs
@@ -583,6 +583,10 @@ namespace MediaBrowser.Api.Playback
videoRequest.DeInterlace = string.Equals("true", val, StringComparison.OrdinalIgnoreCase);
}
}
+ else if (i == 33)
+ {
+ request.TranscodeReasons = val;
+ }
}
}