Separate debug messages for YouTube

This commit is contained in:
Rafał Dzięgiel
2021-04-08 12:09:42 +02:00
parent ec6157763b
commit c767b3e4b2
2 changed files with 37 additions and 7 deletions

View File

@@ -4,7 +4,7 @@ const FileOps = imports.src.fileOps;
const Misc = imports.src.misc;
const YTDL = imports.src.assets['node-ytdl-core'];
const { debug } = Debug;
const debug = Debug.ytDebug;
const InitAsyncState = {
NONE: 0,