mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
torrentcsv: add size to keywordless search fake result
This commit is contained in:
@@ -93,6 +93,7 @@ namespace Jackett.Common.Indexers
|
|||||||
MagnetUri = new Uri("magnet:?xt=urn:btih:3333333333333333333333333333333333333333"), // unknown torrent
|
MagnetUri = new Uri("magnet:?xt=urn:btih:3333333333333333333333333333333333333333"), // unknown torrent
|
||||||
Category = new List<int> { TorznabCatType.Other.ID },
|
Category = new List<int> { TorznabCatType.Other.ID },
|
||||||
PublishDate = new DateTime(),
|
PublishDate = new DateTime(),
|
||||||
|
Size = 0,
|
||||||
Grabs = 0,
|
Grabs = 0,
|
||||||
Seeders = 0,
|
Seeders = 0,
|
||||||
Peers = 0,
|
Peers = 0,
|
||||||
|
Reference in New Issue
Block a user