mirror of
https://github.com/Jackett/Jackett
synced 2025-03-10 14:14:25 +00:00
cinematik: oops fix 290beb8fbd
#12929
This commit is contained in:
parent
290beb8fbd
commit
560eb60812
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ search:
|
|||
srchdtls: "{{ if .Query.IMDBID }}1{{ else }}0{{ end }}"
|
||||
|
||||
rows:
|
||||
selector: "table[border=\"1\"] tr:not(:first-child){{ if .Config.dropbumped }}:has(span.bumped){{ else }}{{ end }}"
|
||||
selector: "table[border=\"1\"] tr:not(:first-child){{ if .Config.dropbumped }}:not(:has(span.bumped)){{ else }}{{ end }}"
|
||||
|
||||
fields:
|
||||
category:
|
||||
|
|
Loading…
Add table
Reference in a new issue