mirror of https://github.com/calzoneman/sync.git
Fix parseMediaLink stripping querystring from HLS manifest URLs
This commit is contained in:
parent
34eaca7b84
commit
304a6c9cfa
|
@ -1386,7 +1386,7 @@ function parseMediaLink(url) {
|
|||
|
||||
if ((m = url.match(/(.*\.m3u8)/))) {
|
||||
return {
|
||||
id: m[1],
|
||||
id: url,
|
||||
type: "hl"
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue