diff --git a/server/RdtClient.Service/Services/TorrentClients/PremiumizeTorrentClient.cs b/server/RdtClient.Service/Services/TorrentClients/PremiumizeTorrentClient.cs index 4633a1e..19cd74b 100644 --- a/server/RdtClient.Service/Services/TorrentClients/PremiumizeTorrentClient.cs +++ b/server/RdtClient.Service/Services/TorrentClients/PremiumizeTorrentClient.cs @@ -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 };