diff --git a/src/Jackett.Common/Indexers/InternetArchive.cs b/src/Jackett.Common/Indexers/InternetArchive.cs index c5185eacb..b6d2933ee 100644 --- a/src/Jackett.Common/Indexers/InternetArchive.cs +++ b/src/Jackett.Common/Indexers/InternetArchive.cs @@ -206,7 +206,7 @@ namespace Jackett.Common.Indexers Peers = 2, Grabs = GetFieldAs("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 };