torrentcsv: improve pr #9875 (#9887)

This commit is contained in:
Diego Heras
2020-10-18 15:14:52 +02:00
committed by GitHub
parent af4864b9a9
commit fcdc41521b

View File

@@ -67,6 +67,11 @@ namespace Jackett.Common.Indexers
MagnetUri = new Uri("magnet:?xt=urn:btih:3333333333333333333333333333333333333333"), // unknown torrent
Category = new List<int> { TorznabCatType.Other.ID },
PublishDate = new DateTime(),
Grabs = 0,
Seeders = 0,
Peers = 0,
DownloadVolumeFactor = 0,
UploadVolumeFactor = 1,
});
return releases;
}