mirror of
https://github.com/Prowlarr/Prowlarr
synced 2025-12-15 21:14:32 +01:00
Cleanup TorrentDownloadStation
Fixed: Don't move seeding torrents in Synology Download Station (cherry picked from commit 3cd33d3f44097b4cb4fb291bca70a0aa53c4b844)
This commit is contained in:
parent
051930455e
commit
931e3cf42d
1 changed files with 0 additions and 5 deletions
|
|
@ -109,11 +109,6 @@ protected bool IsFinished(DownloadStationTask torrent)
|
|||
return torrent.Status == DownloadStationTaskStatus.Finished;
|
||||
}
|
||||
|
||||
protected bool IsCompleted(DownloadStationTask torrent)
|
||||
{
|
||||
return torrent.Status == DownloadStationTaskStatus.Seeding || IsFinished(torrent) || (torrent.Status == DownloadStationTaskStatus.Waiting && torrent.Size != 0 && GetRemainingSize(torrent) <= 0);
|
||||
}
|
||||
|
||||
protected string GetMessage(DownloadStationTask torrent)
|
||||
{
|
||||
if (torrent.StatusExtra != null)
|
||||
|
|
|
|||
Loading…
Reference in a new issue