-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix erroneous torrent complete notifications when transmission restarts
When transmission restarts it will reassign ids to torrents. This means that a downloading torrent with id x may still be downloading after restart but the id is now assigned to a complete torrent which could trigger a notification in error. Now with name check it's not a complete fix but reduces the chance of such match by a lot. Checking torrent hash would be best option but it would increase traffic.
- Loading branch information
Showing
1 changed file
with
24 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters