From ebd6b6b061707f7aecfad7ed0153c084a2545f90 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Fri, 20 Oct 2023 20:16:15 +1300 Subject: [PATCH] ntelogo: -> 7.0.0 --- src/Jackett.Common/Definitions/ntelogo.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Jackett.Common/Definitions/ntelogo.yml b/src/Jackett.Common/Definitions/ntelogo.yml index bd6eb682a..4319f5011 100644 --- a/src/Jackett.Common/Definitions/ntelogo.yml +++ b/src/Jackett.Common/Definitions/ntelogo.yml @@ -163,12 +163,12 @@ search: 100%: 0 # freeleech "*": 0 # catch errors uploadvolumefactor: - # api returns 0=false, 1=true + # api returns False, True selector: double_upload case: - 0: 1 # normal - 1: 2 # double + False: 1 # normal + True: 2 # double minimumseedtime: # 7 day (as seconds = 7 x 24 x 60 x 60) text: 604800 -# json UNIT3D 6.5.0 +# json UNIT3D 7.0.0