mirror of
https://github.com/vega-org/vega-providers.git
synced 2026-04-17 15:41:45 +00:00
fix: update stream type determination in getStream function and disable subtitles
This commit is contained in:
@@ -29,8 +29,7 @@ export const getStream = async function ({
|
||||
streamLinks.push({
|
||||
server: "kissKh",
|
||||
link: stream,
|
||||
type: "m3u8",
|
||||
subtitles,
|
||||
type: stream?.includes(".mp4") ? "mp4" : "m3u8",
|
||||
headers: {
|
||||
referer: baseUrl,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user