mirror of
https://github.com/Jackett/Jackett.git
synced 2025-12-16 03:47:15 +01:00
torrent9: use home for keywordless search. resolves #15003
This commit is contained in:
@@ -100,7 +100,7 @@ download:
|
||||
|
||||
search:
|
||||
paths:
|
||||
- path: "{{ if .Keywords }}/search_torrent/{{ .Keywords }}{{ .Config.sort }}{{ else }}{{ end }}"
|
||||
- path: "{{ if .Keywords }}search_torrent/{{ .Keywords }}{{ .Config.sort }}{{ else }}home/{{ end }}"
|
||||
keywordsfilters:
|
||||
# if searching for season packs with S01 to saison 1 #9712
|
||||
- name: re_replace
|
||||
|
||||
Reference in New Issue
Block a user