mirror of
https://github.com/Jackett/Jackett
synced 2025-03-06 19:58:38 +00:00
parent
af4864b9a9
commit
fcdc41521b
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue