mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
cardigann: drop default MR and MST
only some private (and a few semi-private) sites have requirements for ratio and seedtime in which case they are specified in their respective indexers. Public site have not such requirements.
This commit is contained in:
@@ -1419,11 +1419,7 @@ namespace Jackett.Common.Indexers
|
||||
{
|
||||
try
|
||||
{
|
||||
var release = new ReleaseInfo
|
||||
{
|
||||
MinimumRatio = 1,
|
||||
MinimumSeedTime = 172800 // 48 hours
|
||||
};
|
||||
var release = new ReleaseInfo();
|
||||
|
||||
// Parse fields
|
||||
foreach (var Field in Search.Fields)
|
||||
|
Reference in New Issue
Block a user