mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
add t=indexers for meta indexers
This commit is contained in:
@@ -193,7 +193,7 @@ namespace Jackett.Common.Indexers
|
||||
return filteredResults;
|
||||
}
|
||||
|
||||
public bool CanHandleQuery(TorznabQuery query)
|
||||
public virtual bool CanHandleQuery(TorznabQuery query)
|
||||
{
|
||||
if (query == null)
|
||||
return false;
|
||||
|
Reference in New Issue
Block a user