diff options
| author | Cody Robibero <cody@robibe.ro> | 2026-08-22 08:42:57 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-08-22 08:42:57 -0400 |
| commit | 6617a27de30f595617b372d53910c35e49d76364 (patch) | |
| tree | d310ea9a7b06ccb7bbfc8982aa43581b9116e2aa /src | |
| parent | 4477f41857dc111b30ccf51d625b0459d60853e1 (diff) | |
| parent | 40fbe4a7715030fc775da9721f275148c86cc674 (diff) | |
Merge pull request #17682 from theguymadmax/hdhomerun-directplay
Allow direct play for HDHomeRun Live TV tuners
Diffstat (limited to 'src')
| -rw-r--r-- | src/Jellyfin.LiveTv/TunerHosts/HdHomerun/HdHomerunHost.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Jellyfin.LiveTv/TunerHosts/HdHomerun/HdHomerunHost.cs b/src/Jellyfin.LiveTv/TunerHosts/HdHomerun/HdHomerunHost.cs index e1f87a7bd4..15b1368939 100644 --- a/src/Jellyfin.LiveTv/TunerHosts/HdHomerun/HdHomerunHost.cs +++ b/src/Jellyfin.LiveTv/TunerHosts/HdHomerun/HdHomerunHost.cs @@ -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, |
