Skip to content

fix: re-download existing media by forcing the download job#62

Merged
salvageop merged 1 commit into
masterfrom
fix/force_download
Jun 26, 2026
Merged

fix: re-download existing media by forcing the download job#62
salvageop merged 1 commit into
masterfrom
fix/force_download

Conversation

@salvageop

Copy link
Copy Markdown
Collaborator

The "Redownload Existing" source action enqueued MediaDownloadWorker jobs without the force flag. Since kieraneglin#571 added a pending-download check, those jobs no-op for already-downloaded items (they aren't pending), so the feature silently did nothing. Pass force: true so the worker fully re-downloads existing media.

Closes #61

The "Redownload Existing" source action enqueued MediaDownloadWorker jobs
without the `force` flag. Since kieraneglin#571 added a pending-download check, those
jobs no-op for already-downloaded items (they aren't pending), so the
feature silently did nothing. Pass `force: true` so the worker fully
re-downloads existing media.
@salvageop salvageop merged commit f47a6e0 into master Jun 26, 2026
3 checks passed
@salvageop salvageop deleted the fix/force_download branch June 26, 2026 02:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug] Redownload Existing does not work

1 participant