Skip to content

Commit

Permalink
Merge pull request #217 from gitdeath/patch-1
Browse files Browse the repository at this point in the history
Add new condition for missing files.
  • Loading branch information
ManiMatter authored Dec 16, 2024
2 parents 5d43d8c + 5555ec5 commit c036163
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/jobs/remove_missing_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ async def remove_missing_files(
queueItem["errorMessage"]
== "DownloadClientQbittorrentTorrentStateMissingFiles"
or queueItem["errorMessage"] == "The download is missing files"
or queueItem["errorMessage"] == "qBittorrent is reporting missing files"
)
):
affectedItems.append(queueItem)
Expand Down

0 comments on commit c036163

Please sign in to comment.