Skip to content

Commit

Permalink
New: (Torznab) Add magneturl to search response
Browse files Browse the repository at this point in the history
  • Loading branch information
mynameisbogdan committed Jul 27, 2023
1 parent 269dc56 commit c950098
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/NzbDrone.Core/IndexerSearch/NewznabResults.cs
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ public string ToXml(DownloadProtocol protocol)
GetNabElement("label", RemoveInvalidXMLChars(r.Label), protocol),
GetNabElement("track", RemoveInvalidXMLChars(r.Track), protocol),
GetNabElement("infohash", RemoveInvalidXMLChars(t.InfoHash), protocol),
GetNabElement("magneturl", t.MagnetUrl, protocol),
GetNabElement("minimumratio", t.MinimumRatio, protocol),
GetNabElement("minimumseedtime", t.MinimumSeedTime, protocol),
GetNabElement("downloadvolumefactor", t.DownloadVolumeFactor, protocol),
Expand Down

0 comments on commit c950098

Please sign in to comment.