Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] videos are still downloaded after removing subscription #689

Closed
adripo opened this issue Jun 30, 2022 · 1 comment · Fixed by #809
Closed

[BUG] videos are still downloaded after removing subscription #689

adripo opened this issue Jun 30, 2022 · 1 comment · Fixed by #809
Labels
FILE MANAGEMENT Things related to file management components is: bug Something isn't working SUBSCRIPTIONS Things related to Subscriptions
Milestone

Comments

@adripo
Copy link
Contributor

adripo commented Jun 30, 2022

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.

@Tzahi12345 Tzahi12345 added is: bug Something isn't working FILE MANAGEMENT Things related to file management components SUBSCRIPTIONS Things related to Subscriptions labels Jul 1, 2022
@Tzahi12345 Tzahi12345 added this to the v4.3.1 milestone Jul 1, 2022
@Tzahi12345
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FILE MANAGEMENT Things related to file management components is: bug Something isn't working SUBSCRIPTIONS Things related to Subscriptions
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants