Browse Source

update channel params

Luke Pulverenti 8 năm trước cách đây
mục cha
commit
a2555630f4
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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,
+                SupportsDirectStream = false,
                 SupportsDirectPlay = SupportsDirectPlay
             };