Mark track as skipped if it never got a chance to start downloading
This commit is contained in:
@@ -701,6 +701,7 @@ class dl:
|
|||||||
progress: partial
|
progress: partial
|
||||||
):
|
):
|
||||||
if self.DL_POOL_STOP.is_set():
|
if self.DL_POOL_STOP.is_set():
|
||||||
|
progress(downloaded="[yellow]SKIPPED")
|
||||||
return
|
return
|
||||||
|
|
||||||
if track.needs_proxy:
|
if track.needs_proxy:
|
||||||
|
|||||||
Reference in New Issue
Block a user