mirror of
https://github.com/Jackett/Jackett
synced 2025-01-04 22:41:49 +00:00
itatorrents: typo
This commit is contained in:
parent
9c8aef6f4f
commit
50b7d79d72
1 changed files with 2 additions and 2 deletions
|
@ -197,10 +197,10 @@ search:
|
||||||
True: 2 # double
|
True: 2 # double
|
||||||
uploadvolumefactor:
|
uploadvolumefactor:
|
||||||
text: "{{ if .Result._featured }}2{{ else }}{{ .Result.uploadvolumefactor_double_upload }}{{ end }}"
|
text: "{{ if .Result._featured }}2{{ else }}{{ .Result.uploadvolumefactor_double_upload }}{{ end }}"
|
||||||
# global MR is 0.4 but torrents must be seeded for 7 days regardless of ratio
|
# global MR is 0.4 but torrents must be seeded for 7 days regardless of ratio
|
||||||
# minimumratio:
|
# minimumratio:
|
||||||
# text: 0.4
|
# text: 0.4
|
||||||
minimumseedtime:
|
minimumseedtime:
|
||||||
# 7 days (as seconds = 7 x 24 x 60 x 60)
|
# 7 days (as seconds = 7 x 24 x 60 x 60)
|
||||||
text: 604800
|
text: 604800
|
||||||
# json UNIT3D 8.3.5 (custom)
|
# json UNIT3D 8.3.5 (custom)
|
||||||
|
|
Loading…
Reference in a new issue