Test fix for magnet grabs to bypass MonoTorrent check in arr

pull/68/head
Qstick 3 years ago
parent 65353147a6
commit d7bf97df71

@ -96,7 +96,6 @@ namespace NzbDrone.Core.IndexerSearch
GetNabElement("grabs", r.Grabs, protocol),
GetNabElement("peers", t.Peers, protocol),
GetNabElement("infohash", RemoveInvalidXMLChars(r.Guid), protocol),
GetNabElement("magneturl", t.MagnetUrl, protocol),
GetNabElement("minimumratio", t.MinimumRatio, protocol),
GetNabElement("minimumseedtime", t.MinimumSeedTime, protocol),
GetNabElement("downloadvolumefactor", t.DownloadVolumeFactor, protocol),

Loading…
Cancel
Save