mirror of
https://github.com/Jackett/Jackett
synced 2025-03-06 19:58:38 +00:00
cpasbienclone: code tidy
This commit is contained in:
parent
5a1f88fec1
commit
866919751c
1 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@ settings:
|
||||||
- name: info_8000
|
- name: info_8000
|
||||||
type: info
|
type: info
|
||||||
label: About cpasbienclone Categories
|
label: About cpasbienclone Categories
|
||||||
default: cpasbienclone does not return categories in its search results page. To add to Sonarr or Radarr replace all categories with 8000(Other).
|
default: cpasbienclone does not return categories in its search results.</br>To add to your Apps' Torznab indexer, replace all categories with 8000(Other).
|
||||||
- name: multilang
|
- name: multilang
|
||||||
type: checkbox
|
type: checkbox
|
||||||
label: Replace MULTI by another language in release name
|
label: Replace MULTI by another language in release name
|
||||||
|
@ -73,7 +73,7 @@ download:
|
||||||
|
|
||||||
search:
|
search:
|
||||||
paths:
|
paths:
|
||||||
- path: "{{ if .Keywords }}search_torrent/{{ .Keywords }}{{ .Config.sort }}{{else}}home/{{end}}"
|
- path: "{{ if .Keywords }}search_torrent/{{ .Keywords }}{{ .Config.sort }}{{ else }}home/{{ end }}"
|
||||||
|
|
||||||
rows:
|
rows:
|
||||||
selector: table.table-corps > tbody > tr:has(a)
|
selector: table.table-corps > tbody > tr:has(a)
|
||||||
|
|
Loading…
Add table
Reference in a new issue