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-23 01:45:14 -0400
commitb4bc4037471dea55a679e1be24a202906b1e8f4d (patch)
treeee2500099934369b31256b51e79d63923954cc8b /MediaBrowser.Api/Playback/BaseStreamingService.cs
parent35acc01e03d6cef73483c2065345e4ac2a4ebdba (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 7ef9a1d5b..371247ecd 100644
--- a/MediaBrowser.Api/Playback/BaseStreamingService.cs
+++ b/MediaBrowser.Api/Playback/BaseStreamingService.cs
@@ -1241,7 +1241,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 &&