diff options
| -rw-r--r-- | MediaBrowser.Server.Implementations/LiveTv/LiveTvManager.cs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/MediaBrowser.Server.Implementations/LiveTv/LiveTvManager.cs b/MediaBrowser.Server.Implementations/LiveTv/LiveTvManager.cs index fd9e75b6f..60b5b023a 100644 --- a/MediaBrowser.Server.Implementations/LiveTv/LiveTvManager.cs +++ b/MediaBrowser.Server.Implementations/LiveTv/LiveTvManager.cs @@ -2534,13 +2534,6 @@ namespace MediaBrowser.Server.Implementations.LiveTv }; } - class LiveStreamData - { - internal MediaSourceInfo Info; - internal string ItemId; - internal bool IsChannel; - } - public async Task CloseLiveStream(string id) { var parts = id.Split(new[] { '_' }, 2); |
