From 14946bbf512b02d55f06c0a875ec76301b51a485 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Wed, 18 Oct 2023 17:37:51 +1300 Subject: [PATCH] torrenteros: -> 7.0.0 --- src/Jackett.Common/Definitions/torrenteros-api.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Jackett.Common/Definitions/torrenteros-api.yml b/src/Jackett.Common/Definitions/torrenteros-api.yml index 835f67256..05acbcb89 100644 --- a/src/Jackett.Common/Definitions/torrenteros-api.yml +++ b/src/Jackett.Common/Definitions/torrenteros-api.yml @@ -157,12 +157,12 @@ search: # api returns 0=false, 1=true selector: double_upload case: - 0: 1 # normal - 1: 2 # double + False: 1 # normal + True: 2 # double # global MR is 0.4 but torrents must be seeded for 7 days regardless of ratio # minimumratio: # text: 0.4 minimumseedtime: # 7 days (as seconds = 7 x 24 x 60 x 60) text: 604800 -# json UNIT3D 6.5.0 +# json UNIT3D 7.0.0