diff --git a/src/Jackett.Common/Indexers/TorrentsCSV.cs b/src/Jackett.Common/Indexers/TorrentsCSV.cs index 1fc0154a4..3548d341f 100644 --- a/src/Jackett.Common/Indexers/TorrentsCSV.cs +++ b/src/Jackett.Common/Indexers/TorrentsCSV.cs @@ -67,6 +67,11 @@ namespace Jackett.Common.Indexers MagnetUri = new Uri("magnet:?xt=urn:btih:3333333333333333333333333333333333333333"), // unknown torrent Category = new List { TorznabCatType.Other.ID }, PublishDate = new DateTime(), + Grabs = 0, + Seeders = 0, + Peers = 0, + DownloadVolumeFactor = 0, + UploadVolumeFactor = 1, }); return releases; }