Skip to content

Commit

Permalink
New: (Torznab) Add `magneturl' attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
mynameisbogdan committed Aug 5, 2023
1 parent f83828c commit c8f7292
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 c8f7292

Please sign in to comment.