mirror of https://github.com/Jackett/Jackett
jpopsuki: add search error trap
show Database error. instead of 0 results
This commit is contained in:
parent
764624cfd5
commit
b7bb472a0b
|
@ -86,6 +86,8 @@ search:
|
||||||
searchtags: "{{ .Query.Genre }}"
|
searchtags: "{{ .Query.Genre }}"
|
||||||
# 0 Any, 1 All
|
# 0 Any, 1 All
|
||||||
tags_type: 1
|
tags_type: 1
|
||||||
|
error:
|
||||||
|
- selector: :root:contains("Database error.")
|
||||||
|
|
||||||
rows:
|
rows:
|
||||||
selector: table#torrent_table > tbody > tr[class^="torrent"]
|
selector: table#torrent_table > tbody > tr[class^="torrent"]
|
||||||
|
|
Loading…
Reference in New Issue