Allow direct play for HDHomeRun tuners

This commit is contained in:
theguymadmax
2026-08-20 15:25:37 -04:00
parent 678975fbd7
commit 40fbe4a771
@@ -326,7 +326,7 @@ namespace Jellyfin.LiveTv.TunerHosts.HdHomerun
BufferMs = 0,
Container = "ts",
Id = id,
SupportsDirectPlay = false,
SupportsDirectPlay = true,
SupportsDirectStream = true,
SupportsTranscoding = true,
IsInfiniteStream = true,