mirror of
https://github.com/p-stream/providers.git
synced 2026-03-11 17:55:36 +00:00
Update zunime.ts
This commit is contained in:
parent
3d69975400
commit
bcbf1b85b3
1 changed files with 3 additions and 0 deletions
|
|
@ -34,6 +34,9 @@ export function makeZunimeEmbed(id: string, rank: number = 100) {
|
|||
},
|
||||
});
|
||||
|
||||
// eslint-disable-next-line no-console
|
||||
console.log(res);
|
||||
|
||||
const resAny: any = res as any;
|
||||
|
||||
if (!resAny?.success || !resAny?.sources?.url) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue