aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2017-01-07 03:08:18 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2017-01-07 03:08:18 -0500
commita2555630f4c74767712d1826665a59ced2667c4b (patch)
tree6dae684e06cf36d61faf268c8d13ee45d601bf30
parentba9222898b9ad0e5165fc7d34636cdbbc3385dba (diff)
update channel params
-rw-r--r--MediaBrowser.Controller/Channels/ChannelMediaInfo.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Channels/ChannelMediaInfo.cs b/MediaBrowser.Controller/Channels/ChannelMediaInfo.cs
index 1216ae352..42ba709ab 100644
--- a/MediaBrowser.Controller/Channels/ChannelMediaInfo.cs
+++ b/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
};