mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
ttobogo: prevent error when nothing-found. resolves #12025
This commit is contained in:
@@ -42,7 +42,7 @@ search:
|
||||
- path: "{{ if .Keywords }}search?skeyword={{ .Keywords }}{{ else }}board/new{{ end }}"
|
||||
|
||||
rows:
|
||||
selector: ul#searchresult > li
|
||||
selector: ul#searchresult > li:has(a.subject)
|
||||
filters:
|
||||
- name: andmatch
|
||||
|
||||
|
Reference in New Issue
Block a user