mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Fixed: (TPB) No Results returned for Torznab searches
Fixed: (TPB) Missing Magnet Download Link
This commit is contained in:
@@ -252,6 +252,11 @@ namespace NzbDrone.Core.Indexers.Definitions
|
||||
ImdbId = imdbId.GetValueOrDefault()
|
||||
};
|
||||
|
||||
if (item.InfoHash != null)
|
||||
{
|
||||
torrentItem.MagnetUrl = MagnetLinkBuilder.BuildPublicMagnetLink(item.InfoHash, item.Name);
|
||||
}
|
||||
|
||||
torrentInfos.Add(torrentItem);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user