diff --git a/server/RdtClient.Service/Services/TorrentClients/PremiumizeTorrentClient.cs b/server/RdtClient.Service/Services/TorrentClients/PremiumizeTorrentClient.cs index 6009fc7..1c7014d 100644 --- a/server/RdtClient.Service/Services/TorrentClients/PremiumizeTorrentClient.cs +++ b/server/RdtClient.Service/Services/TorrentClients/PremiumizeTorrentClient.cs @@ -232,13 +232,6 @@ public class PremiumizeTorrentClient(ILogger logger, IH downloadInfos.Add(new () {RestrictedLink = file.Link, FileName = file.Name }); } - if (downloadInfos.Count == 0) - { - Log($"No download links found for transfer {transfer.Name} ({transfer.Id})", torrent); - - return null; - } - foreach (var info in downloadInfos) { Log($"Found {info.RestrictedLink}", torrent);