mirror of
https://github.com/Jackett/Jackett
synced 2024-12-21 23:33:18 +00:00
aftershock: drop un-approved results
because they may contain missing fields causing row error
This commit is contained in:
parent
11636b522b
commit
3dd9c8ddaf
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ search:
|
|||
type: "{{ .Config.type }}"
|
||||
|
||||
rows:
|
||||
selector: table tbody#torrent_background tr:has(a.index)
|
||||
selector: table tbody#torrent_background tr:has(a.index):has(span.icon_check_alt)
|
||||
filters:
|
||||
- name: andmatch
|
||||
|
||||
|
|
Loading…
Reference in a new issue