update channel params

This commit is contained in:
Luke Pulverenti 2017-01-07 03:08:18 -05:00
parent ba9222898b
commit a2555630f4

View File

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