From da65e0ed10808454ed564d3031b479c04b3a8c10 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Tue, 24 Aug 2021 09:26:56 +1200 Subject: [PATCH] internetarchive: lint fix #12209 --- src/Jackett.Common/Indexers/InternetArchive.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 };