diff --git a/server/RdtClient.Service/Services/TorrentClients/PremiumizeTorrentClient.cs b/server/RdtClient.Service/Services/TorrentClients/PremiumizeTorrentClient.cs index 5682002..f47dbba 100644 --- a/server/RdtClient.Service/Services/TorrentClients/PremiumizeTorrentClient.cs +++ b/server/RdtClient.Service/Services/TorrentClients/PremiumizeTorrentClient.cs @@ -228,13 +228,6 @@ public class PremiumizeTorrentClient(ILogger logger, IH downloadLinks.Add(file.Link); } - if (downloadLinks.Count == 0) - { - Log($"No download links found for transfer {transfer.Name} ({transfer.Id})", torrent); - - return null; - } - foreach (var link in downloadLinks) { Log($"Found {link}", torrent);