nebulance: add MR and MST

This commit is contained in:
Garfield69 2020-10-08 19:46:34 +13:00
parent 57364e03ba
commit 8b34381339
1 changed files with 2 additions and 0 deletions

View File

@ -150,6 +150,8 @@ namespace Jackett.Common.Indexers
Seeders = seeds,
Peers = seeds + leechers,
BannerUrl = bannerUri,
MinimumRatio = 0, // ratioless
MinimumSeedTime = 86400, // 24 hours
DownloadVolumeFactor = 0, // ratioless tracker
UploadVolumeFactor = 1
};