mirror of
https://github.com/Jackett/Jackett
synced 2025-03-10 14:14:25 +00:00
cinematik: add bumped config. #12929
This commit is contained in:
parent
1c6a2da52a
commit
290beb8fbd
1 changed files with 5 additions and 1 deletions
|
@ -49,6 +49,10 @@ settings:
|
||||||
0: Active
|
0: Active
|
||||||
1: "Active and Inactive"
|
1: "Active and Inactive"
|
||||||
2: Inactive
|
2: Inactive
|
||||||
|
- name: dropbumped
|
||||||
|
type: checkbox
|
||||||
|
label: Ignore Bumped Torrents
|
||||||
|
default: false
|
||||||
- name: info_results
|
- name: info_results
|
||||||
type: info
|
type: info
|
||||||
label: Results Per Page
|
label: Results Per Page
|
||||||
|
@ -77,7 +81,7 @@ search:
|
||||||
srchdtls: "{{ if .Query.IMDBID }}1{{ else }}0{{ end }}"
|
srchdtls: "{{ if .Query.IMDBID }}1{{ else }}0{{ end }}"
|
||||||
|
|
||||||
rows:
|
rows:
|
||||||
selector: table[border="1"] tr:not(:first-child)
|
selector: "table[border=\"1\"] tr:not(:first-child){{ if .Config.dropbumped }}:has(span.bumped){{ else }}{{ end }}"
|
||||||
|
|
||||||
fields:
|
fields:
|
||||||
category:
|
category:
|
||||||
|
|
Loading…
Add table
Reference in a new issue