mirror of
https://github.com/devine-dl/devine.git
synced 2025-04-29 17:49:44 +00:00
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…
x
Reference in New Issue
Block a user