mirror of https://github.com/Jackett/Jackett
glods: trap internal server error
instead of returning no results
This commit is contained in:
parent
b7bb472a0b
commit
9d5af32f55
|
@ -99,6 +99,10 @@ search:
|
|||
lang: 0
|
||||
sort: "{{ .Config.sort }}"
|
||||
order: "{{ .Config.type }}"
|
||||
error:
|
||||
- selector: :root:not(:empty)
|
||||
message:
|
||||
text: Internal Server Error
|
||||
|
||||
rows:
|
||||
selector: table.ttable_headinner tr.t-row
|
||||
|
|
Loading…
Reference in New Issue