1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-03-11 14:44:46 +00:00

internetarchive: lint fix #12209

This commit is contained in:
Garfield69 2021-08-24 09:26:56 +12:00
parent a00cac6ad3
commit da65e0ed10

View file

@ -206,7 +206,7 @@ namespace Jackett.Common.Indexers
Peers = 2,
Grabs = GetFieldAs<long>("downloads", torrent),
Link = link,
InfoHash = _noMagnet? null : btih, // magnet link is auto generated from infohash
InfoHash = _noMagnet ? null : btih, // magnet link is auto generated from infohash
DownloadVolumeFactor = 0,
UploadVolumeFactor = 1
};