diff options
Diffstat (limited to 'MediaBrowser.Api/Playback/Hls/VideoHlsService.cs')
| -rw-r--r-- | MediaBrowser.Api/Playback/Hls/VideoHlsService.cs | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/MediaBrowser.Api/Playback/Hls/VideoHlsService.cs b/MediaBrowser.Api/Playback/Hls/VideoHlsService.cs index 3581b9e17..9f85f64e1 100644 --- a/MediaBrowser.Api/Playback/Hls/VideoHlsService.cs +++ b/MediaBrowser.Api/Playback/Hls/VideoHlsService.cs @@ -62,14 +62,6 @@ namespace MediaBrowser.Api.Playback.Hls { } - protected override bool SupportsThrottling - { - get - { - return false; - } - } - /// <summary> /// Gets the specified request. /// </summary> |
