restore hdhr direct play for now

This commit is contained in:
Luke Pulverenti 2016-04-16 13:19:20 -04:00
parent d1b3342e75
commit cf4a14357e

View File

@ -356,7 +356,7 @@ namespace MediaBrowser.Server.Implementations.LiveTv.TunerHosts.HdHomerun
BufferMs = 0, BufferMs = 0,
Container = "ts", Container = "ts",
Id = profile, Id = profile,
SupportsDirectPlay = false, SupportsDirectPlay = true,
SupportsDirectStream = false, SupportsDirectStream = false,
SupportsTranscoding = true SupportsTranscoding = true
}; };