From a40f0ac6c053c7a8b76c3806a10ff721c310ee22 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Wed, 18 Oct 2023 17:41:05 +1300 Subject: [PATCH] upload.cx; -> 7.0.0 --- src/Jackett.Common/Definitions/uploadcx.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Jackett.Common/Definitions/uploadcx.yml b/src/Jackett.Common/Definitions/uploadcx.yml index 0f26b067e..de62fda67 100644 --- a/src/Jackett.Common/Definitions/uploadcx.yml +++ b/src/Jackett.Common/Definitions/uploadcx.yml @@ -153,12 +153,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 day (as seconds = 7 x 24 x 60 x 60) text: 604800 -# json UNIT3D 6.5.0 +# json UNIT3D 7.0.0