mirror of
https://github.com/anidl/multi-downloader-nx.git
synced 2026-01-11 20:10:20 +00:00
eslint
This commit is contained in:
parent
351a322395
commit
65a88c0790
1 changed files with 1 additions and 1 deletions
|
|
@ -1652,7 +1652,7 @@ export default class Crunchy implements ServiceClass {
|
|||
let videoStream: CrunchyPlayStream | null = null;
|
||||
let audioStream: CrunchyPlayStream | null = null;
|
||||
let isDLBypass: boolean = options.astream === 'android' || options.astream === 'androidtab' ? true : false;
|
||||
let isDLBypassCapable: boolean = true
|
||||
let isDLBypassCapable: boolean = true;
|
||||
|
||||
if (isDLBypass) {
|
||||
const me = await this.req.getData(api.me, AuthHeaders);
|
||||
|
|
|
|||
Loading…
Reference in a new issue