forked from DRMTalks/devine
Mark track as skipped if it never got a chance to start downloading
This commit is contained in:
parent
acead803bd
commit
51fb7920c9
|
@ -701,6 +701,7 @@ class dl:
|
|||
progress: partial
|
||||
):
|
||||
if self.DL_POOL_STOP.is_set():
|
||||
progress(downloaded="[yellow]SKIPPED")
|
||||
return
|
||||
|
||||
if track.needs_proxy:
|
||||
|
|
Loading…
Reference in New Issue