Browse Source

updated translations

Luke Pulverenti 8 years ago
parent
commit
d721c92bba
1 changed files with 0 additions and 7 deletions
  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);