mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
internetarchive: lint fix #12209
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
Reference in New Issue
Block a user