Mark track as skipped if it never got a chance to start downloading

This commit is contained in:
rlaphoenix 2023-02-28 16:39:33 +00:00
parent acead803bd
commit 51fb7920c9
1 changed files with 1 additions and 0 deletions

View File

@ -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: