mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
elitetracker: correct MST. was 0 should be 48h
This commit is contained in:
@@ -215,7 +215,7 @@ namespace Jackett.Common.Indexers
|
||||
var release = new ReleaseInfo
|
||||
{
|
||||
MinimumRatio = 1,
|
||||
MinimumSeedTime = 0,
|
||||
MinimumSeedTime = 172800,
|
||||
Category = MapTrackerCatToNewznab(cat),
|
||||
Title = title,
|
||||
Link = link,
|
||||
|
Reference in New Issue
Block a user