mirror of
https://github.com/idanoo/autobrr
synced 2025-07-25 09:49:13 +00:00
feat(macros): add IndexerName
(#1511)
* feat(macros): add IndexerName * fix: tests * fix: tests
This commit is contained in:
parent
c43e2c76d6
commit
3c3b47fa10
37 changed files with 310 additions and 235 deletions
|
@ -317,7 +317,7 @@ export const APIClient = {
|
|||
if (!filter.value)
|
||||
return;
|
||||
|
||||
if (filter.id == "indexer") {
|
||||
if (filter.id == "indexer.identifier") {
|
||||
params["indexer"].push(filter.value);
|
||||
} else if (filter.id === "action_status") {
|
||||
params["push_status"].push(filter.value); // push_status is the correct value here otherwise the releases table won't load when filtered by push status
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue