removed debug statement.
This commit is contained in:
parent
6c71bc1989
commit
215b9e2fdd
1 changed files with 1 additions and 1 deletions
|
|
@ -182,7 +182,7 @@ class DownloadQueue:
|
||||||
ExtractInfo,
|
ExtractInfo,
|
||||||
mergeConfig(self.config.ytdl_options, ytdlp_config),
|
mergeConfig(self.config.ytdl_options, ytdlp_config),
|
||||||
url,
|
url,
|
||||||
True
|
bool(self.config.ytdl_debug)
|
||||||
)
|
)
|
||||||
if not entry:
|
if not entry:
|
||||||
return {
|
return {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue