mirror of
https://github.com/Jackett/Jackett
synced 2024-12-29 11:17:22 +00:00
parent
48a9765c48
commit
77a2264164
1 changed files with 4 additions and 0 deletions
|
@ -337,6 +337,10 @@ namespace Jackett.Common.Indexers
|
|||
}
|
||||
}
|
||||
|
||||
// Database lost on 2018/04/05, all previous torrents don't have download links
|
||||
var failureDay = new DateTime(2018, 04, 05);
|
||||
releases = releases.Where(r => r.PublishDate > failureDay).ToList();
|
||||
|
||||
return releases;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue