api/match-action: rename isM3U8 to isHLS and u to url

This commit is contained in:
wukko
2024-10-28 15:14:36 +06:00
parent 7c516c0468
commit a46e04358a
7 changed files with 16 additions and 16 deletions

View File

@@ -34,7 +34,7 @@ export function createStream(obj) {
streamData = {
exp: exp,
type: obj.type,
urls: obj.u,
urls: obj.url,
service: obj.service,
filename: obj.filename,