diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-11-06 16:32:44 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-11-06 16:32:44 -0500 |
| commit | 83a43121af862051c0d414b1ca7ef6c389088e0b (patch) | |
| tree | 30f765d89c46c35d2027b6586c7b267c8938c3cb /MediaBrowser.Controller/LiveTv | |
| parent | 5cb74690284105db70a467ab77c2af3f44e42348 (diff) | |
fix hdhr stream returning too quickly
Diffstat (limited to 'MediaBrowser.Controller/LiveTv')
| -rw-r--r-- | MediaBrowser.Controller/LiveTv/LiveTvChannel.cs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/MediaBrowser.Controller/LiveTv/LiveTvChannel.cs b/MediaBrowser.Controller/LiveTv/LiveTvChannel.cs index ac961d757e..16010b7f5a 100644 --- a/MediaBrowser.Controller/LiveTv/LiveTvChannel.cs +++ b/MediaBrowser.Controller/LiveTv/LiveTvChannel.cs @@ -24,11 +24,6 @@ namespace MediaBrowser.Controller.LiveTv return list; } - public bool SupportsMediaSourceSelection() - { - return false; - } - public override UnratedItem GetBlockUnratedType() { return UnratedItem.LiveTvChannel; |
