drop MR and MST from public c# indexers

This commit is contained in:
Garfield69
2020-09-27 11:09:42 +13:00
parent ba0b05c447
commit eb7a104f17
15 changed files with 0 additions and 30 deletions

View File

@@ -95,8 +95,6 @@ namespace Jackett.Common.Indexers
Peers = 2,
DownloadVolumeFactor = 0,
UploadVolumeFactor = 1,
MinimumRatio = 1,
MinimumSeedTime = 172800, // 48 hours
};
releases.Add(release);
}