diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-01-07 03:08:18 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-01-07 03:08:18 -0500 |
| commit | a2555630f4c74767712d1826665a59ced2667c4b (patch) | |
| tree | 6dae684e06cf36d61faf268c8d13ee45d601bf30 | |
| parent | ba9222898b9ad0e5165fc7d34636cdbbc3385dba (diff) | |
update channel params
| -rw-r--r-- | MediaBrowser.Controller/Channels/ChannelMediaInfo.cs | 2 |
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 }; |
