diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-09-23 01:45:14 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-09-30 22:57:05 -0400 |
| commit | 6f08e2152fa930b484705718cc3af1c7ed9ed340 (patch) | |
| tree | 8785395672f5ff9b27f3b3117f7b1e730e1ab3ec /MediaBrowser.Api/Playback/BaseStreamingService.cs | |
| parent | 043ebd8f1443cf012023f90484687c6da123f651 (diff) | |
fix EnableThrottling override
Diffstat (limited to 'MediaBrowser.Api/Playback/BaseStreamingService.cs')
| -rw-r--r-- | MediaBrowser.Api/Playback/BaseStreamingService.cs | 2 |
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 && |
