소스 검색

updated translations

Luke Pulverenti 8 년 전
부모
커밋
d721c92bba
1개의 변경된 파일0개의 추가작업 그리고 7개의 파일을 삭제
  1. 0 7
      MediaBrowser.Server.Implementations/LiveTv/LiveTvManager.cs

+ 0 - 7
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);