mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
* global list of public trackers * infohash => magnet link (only in public trackers) * magnet link => infohash
This commit is contained in:
@@ -44,6 +44,7 @@ namespace Jackett.Test.TestHelpers
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
// public methods to test private methods
|
||||
public void SetType(string type) => Type = type;
|
||||
|
||||
public IEnumerable<ReleaseInfo> _FilterResults(TorznabQuery query, IEnumerable<ReleaseInfo> results) =>
|
||||
FilterResults(query, results);
|
||||
|
Reference in New Issue
Block a user