mirror of
https://github.com/imputnet/cobalt.git
synced 2025-12-18 22:18:50 +00:00
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