This commit is contained in:
stratumadev 2025-09-06 11:21:24 +02:00
parent 351a322395
commit 65a88c0790

View file

@ -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);