fix hls direct with jellyfin 10.11 (#2570)

This commit is contained in:
Jason Dove
2025-10-26 18:09:37 -05:00
committed by GitHub
parent 9eb7bbf0e6
commit 0dbdcc3674
3 changed files with 31 additions and 7 deletions
+3
View File
@@ -282,6 +282,9 @@ public class IptvController : StreamingControllerBase
}
[HttpGet("iptv/hls-direct/{channelNumber}")]
[HttpGet("iptv/hls-direct/{channelNumber}.ts")]
[HttpGet("iptv/hls-direct/{channelNumber}.mkv")]
[HttpGet("iptv/hls-direct/{channelNumber}.mp4")]
public async Task<IActionResult> GetStream(string channelNumber) =>
await GetHlsDirectStream(channelNumber);