diff --git a/server/RdtClient.Service/Services/TorrentClients/TorBoxTorrentClient.cs b/server/RdtClient.Service/Services/TorrentClients/TorBoxTorrentClient.cs index 62aff18..329c872 100644 --- a/server/RdtClient.Service/Services/TorrentClients/TorBoxTorrentClient.cs +++ b/server/RdtClient.Service/Services/TorrentClients/TorBoxTorrentClient.cs @@ -363,7 +363,7 @@ public class TorBoxTorrentClient(ILogger logger, IHttpClien var innerFolder = Directory.GetDirectories(hashDir)[0]; var moveDir = extractPath; - if (!extractPath.Contains(_torrent.RdName!)) + if (!extractPath.EndsWith(_torrent.RdName!)) { moveDir = hashDir; }