diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-10-07 11:33:07 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-10-07 11:33:07 -0400 |
| commit | d721c92bba44bcc50da5028190ec36ccf19257ac (patch) | |
| tree | 2339c10ab4f08db52ebd3c0a0aa81a7aed304549 | |
| parent | c8d923da938f7704cd218e7a01b602195ba9c58b (diff) | |
updated translations
| -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); |
