aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/Playback/BaseStreamingService.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2016-09-23 01:45:14 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2016-09-30 22:57:05 -0400
commit6f08e2152fa930b484705718cc3af1c7ed9ed340 (patch)
tree8785395672f5ff9b27f3b3117f7b1e730e1ab3ec /MediaBrowser.Api/Playback/BaseStreamingService.cs
parent043ebd8f1443cf012023f90484687c6da123f651 (diff)
fix EnableThrottling override
Diffstat (limited to 'MediaBrowser.Api/Playback/BaseStreamingService.cs')
-rw-r--r--MediaBrowser.Api/Playback/BaseStreamingService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Api/Playback/BaseStreamingService.cs b/MediaBrowser.Api/Playback/BaseStreamingService.cs
index 7a40d5bd1..39f361458 100644
--- a/MediaBrowser.Api/Playback/BaseStreamingService.cs
+++ b/MediaBrowser.Api/Playback/BaseStreamingService.cs
@@ -1226,7 +1226,7 @@ namespace MediaBrowser.Api.Playback
}
}
- protected virtual bool EnableThrottling(StreamState state)
+ private bool EnableThrottling(StreamState state)
{
// do not use throttling with hardware encoders
return state.InputProtocol == MediaProtocol.File &&