mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
core: Add torznab cache option for individual indexers (#12235)
This commit is contained in:
@@ -252,6 +252,9 @@ namespace Jackett.Common.Services
|
||||
// Both request must return the same results, if not we are breaking Jackett search
|
||||
json = json.Replace("\"SearchTerm\":null", "\"SearchTerm\":\"\"");
|
||||
|
||||
// The Cache parameter's value should not affect caching itself
|
||||
json = json.Replace("\"Cache\":false", "\"Cache\":true");
|
||||
|
||||
return json;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user