Browse Source

update channel media info

Luke Pulverenti 9 years ago
parent
commit
86e543d239
1 changed files with 1 additions and 1 deletions
  1. 1 1
      MediaBrowser.Controller/Channels/ChannelMediaInfo.cs

+ 1 - 1
MediaBrowser.Controller/Channels/ChannelMediaInfo.cs

@@ -65,7 +65,7 @@ namespace MediaBrowser.Controller.Channels
                 Name = id,
                 Id = id,
                 ReadAtNativeFramerate = ReadAtNativeFramerate,
-                SupportsDirectStream = Protocol == MediaProtocol.File || Protocol == MediaProtocol.Http,
+                SupportsDirectStream = Protocol == MediaProtocol.File,
                 SupportsDirectPlay = SupportsDirectPlay
             };