api/match-action: rename isM3U8 to isHLS and u to url
This commit is contained in:
@@ -122,7 +122,7 @@ const getHLS = async (configURL, obj) => {
|
||||
|
||||
return {
|
||||
urls,
|
||||
isM3U8: true,
|
||||
isHLS: true,
|
||||
filenameAttributes: {
|
||||
resolution: `${bestQuality.resolution.width}x${bestQuality.resolution.height}`,
|
||||
qualityLabel: `${resolutionMatch[bestQuality.resolution.width]}p`,
|
||||
|
||||
Reference in New Issue
Block a user