mirror of
https://github.com/Viren070/AIOStreams.git
synced 2025-12-01 23:14:04 +01:00
fix(builtins/prowlarr): add params to cache key
This commit is contained in:
@@ -169,7 +169,7 @@ class ProwlarrApi {
|
||||
},
|
||||
ProwlarrApiSearchSchema
|
||||
),
|
||||
`${this.baseUrl}:search:${query}`,
|
||||
`${this.baseUrl}:${type}:${query}:${indexerIds.join(',')}:${limit}:${offset}`,
|
||||
Env.BUILTIN_PROWLARR_SEARCH_CACHE_TTL
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user