mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-02-05 14:32:06 +01:00
Test fix for magnet grabs to bypass MonoTorrent check in arr
This commit is contained in:
parent
65353147a6
commit
d7bf97df71
1 changed files with 0 additions and 1 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Reference in a new issue