Test fix for magnet grabs to bypass MonoTorrent check in arr

This commit is contained in:
Qstick 2021-05-23 12:17:54 -04:00
parent 65353147a6
commit d7bf97df71

View file

@ -96,7 +96,6 @@ from r in Releases
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),