Fixed premiumize when a torrent is in seeding state.
This commit is contained in:
parent
22ba9c7ce6
commit
3cfb3cfdbb
1 changed files with 1 additions and 1 deletions
|
|
@ -200,7 +200,7 @@ public class PremiumizeTorrentClient : ITorrentClient
|
|||
"waiting" => TorrentStatus.Processing,
|
||||
"queued" => TorrentStatus.Processing,
|
||||
"running" => TorrentStatus.Downloading,
|
||||
"seeding" => TorrentStatus.Uploading,
|
||||
"seeding" => TorrentStatus.Finished,
|
||||
"finished" => TorrentStatus.Finished,
|
||||
_ => TorrentStatus.Error
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue