YoutubeDL-Material icon indicating copy to clipboard operation
YoutubeDL-Material copied to clipboard

[BUG] videos are still downloaded after removing subscription

Open adripo opened this issue 2 years ago • 1 comments

Describe the bug If I add a subscription and remove it before the videos are downloaded, minutes later after the parse process completes I will find the downloaded files in the filesystem, but no reference in the ui.

adripo avatar Jun 30 '22 16:06 adripo

Should be relatively simple to fix. We currently don't check if a sub still exists during any parts of the downloading process. We can add some checks periodically (i.e. at each step) and that should suffice.

Tzahi12345 avatar Jul 01 '22 04:07 Tzahi12345