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:
parent
a00cac6ad3
commit
da65e0ed10
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue