mirror of
https://github.com/Jackett/Jackett
synced 2025-03-06 11:48:49 +00:00
kickasstorrents-to: handle no results. resolves #10093
This commit is contained in:
parent
cce0cf0ffa
commit
4fb39171b4
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ search:
|
|||
- path: "{{ if .Keywords }}usearch/{{ .Keywords }}/{{ else }}new/{{ end }}?sortby={{ .Config.sort }}&sort={{ .Config.type }}"
|
||||
|
||||
rows:
|
||||
selector: table.data tr.odd, table.data tr.even
|
||||
selector: table.data tr.odd:has(a[class="cellMainLink"]), table.data tr.even:has(a[class="cellMainLink"])
|
||||
|
||||
fields:
|
||||
category:
|
||||
|
|
Loading…
Add table
Reference in a new issue