mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
@@ -67,6 +67,11 @@ 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(),
|
||||||
|
Grabs = 0,
|
||||||
|
Seeders = 0,
|
||||||
|
Peers = 0,
|
||||||
|
DownloadVolumeFactor = 0,
|
||||||
|
UploadVolumeFactor = 1,
|
||||||
});
|
});
|
||||||
return releases;
|
return releases;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user