mirror of
https://github.com/Radiquum/AniX.git
synced 2025-09-04 13:35:36 +05:00
BREAKING: refactor/player-parsers(sibnet): change return field of media url from video to manifest
This commit is contained in:
parent
80115f35d6
commit
e6cbaa93d5
1 changed files with 1 additions and 1 deletions
|
@ -54,6 +54,6 @@ export async function getSibnetURL(res, url: string) {
|
|||
: null
|
||||
: null;
|
||||
|
||||
asJSON(res, { video, poster }, 200)
|
||||
asJSON(res, { manifest: video, poster }, 200)
|
||||
return
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue