mirror of
https://github.com/Jackett/Jackett
synced 2025-03-06 11:48:49 +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
|
||||
type: info
|
||||
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
|
||||
type: checkbox
|
||||
label: Replace MULTI by another language in release name
|
||||
|
@ -73,7 +73,7 @@ download:
|
|||
|
||||
search:
|
||||
paths:
|
||||
- path: "{{ if .Keywords }}search_torrent/{{ .Keywords }}{{ .Config.sort }}{{else}}home/{{end}}"
|
||||
- path: "{{ if .Keywords }}search_torrent/{{ .Keywords }}{{ .Config.sort }}{{ else }}home/{{ end }}"
|
||||
|
||||
rows:
|
||||
selector: table.table-corps > tbody > tr:has(a)
|
||||
|
|
Loading…
Add table
Reference in a new issue