mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
Implemented torznab capabilities feature
This commit is contained in:
@@ -18,7 +18,6 @@ namespace Jackett.Models
|
||||
public int Limit { get; private set; }
|
||||
public int Offset { get; private set; }
|
||||
public int RageID { get; private set; }
|
||||
public bool RageIDLookupEnabled { get; private set; }
|
||||
|
||||
public int Season { get; private set; }
|
||||
public string Episode { get; private set; }
|
||||
@@ -73,8 +72,6 @@ namespace Jackett.Models
|
||||
q.SanitizedSearchTerm = SanitizeSearchTerm(q.SearchTerm);
|
||||
}
|
||||
|
||||
q.RageIDLookupEnabled = query["rid_enabled"] != "0";
|
||||
|
||||
if (query["cat"] != null)
|
||||
{
|
||||
q.Categories = query["cat"].Split(',');
|
||||
|
Reference in New Issue
Block a user