internetarchive: lint fix #12209

This commit is contained in:
Garfield69 2021-08-24 09:26:56 +12:00
parent a00cac6ad3
commit da65e0ed10
1 changed files with 1 additions and 1 deletions

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
};