torrentcsv: add size to keywordless search fake result

This commit is contained in:
Garfield69 2024-04-02 06:24:52 +13:00
parent 7d219f28a3
commit 6af5f74fb0
1 changed files with 1 additions and 0 deletions

View File

@ -93,6 +93,7 @@ namespace Jackett.Common.Indexers
MagnetUri = new Uri("magnet:?xt=urn:btih:3333333333333333333333333333333333333333"), // unknown torrent
Category = new List<int> { TorznabCatType.Other.ID },
PublishDate = new DateTime(),
Size = 0,
Grabs = 0,
Seeders = 0,
Peers = 0,