Browse Source

allow m3u8 playlist head requests (#1683)

pull/1684/head
Jason Dove 1 year ago committed by GitHub
parent
commit
da20393a39
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      ErsatzTV/Controllers/IptvController.cs

1
ErsatzTV/Controllers/IptvController.cs

@ -162,6 +162,7 @@ public class IptvController : ControllerBase @@ -162,6 +162,7 @@ public class IptvController : ControllerBase
return NotFound();
}
[HttpHead("iptv/channel/{channelNumber}.m3u8")]
[HttpGet("iptv/channel/{channelNumber}.m3u8")]
public async Task<IActionResult> GetHttpLiveStreamingVideo(
string channelNumber,

Loading…
Cancel
Save