mirror of
https://github.com/Jackett/Jackett
synced 2025-02-01 12:21:35 +00:00
STC -> 8.0.2
This commit is contained in:
parent
264790d1c6
commit
5ab1585f54
1 changed files with 3 additions and 1 deletions
|
@ -121,6 +121,8 @@ search:
|
|||
genre:
|
||||
selector: meta.genres
|
||||
filters:
|
||||
- name: re_replace
|
||||
args: ["(?i)(Science Fiction)", "Science_Fiction"]
|
||||
- name: re_replace
|
||||
args: ["(?i)(TV Movie)", "TV_Movie"]
|
||||
- name: replace
|
||||
|
@ -169,4 +171,4 @@ search:
|
|||
optional: true
|
||||
title:
|
||||
text: "{{ if and (.Config.single_file_release_use_filename) (eq .Result.files \"1\") (.Result.title_filename) }}{{ .Result.title_filename }}{{ else }}{{ .Result.title_optional }}{{ end }}"
|
||||
# json UNIT3D 8.0.1
|
||||
# json UNIT3D 8.0.2
|
||||
|
|
Loading…
Reference in a new issue