From 9d4a697d0c6f8cf1ea2abce1d7731a15620dd24f Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Wed, 18 Oct 2023 17:46:56 +1300 Subject: [PATCH] shareisland: -> 7.0.0 --- src/Jackett.Common/Definitions/shareisland-api.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Jackett.Common/Definitions/shareisland-api.yml b/src/Jackett.Common/Definitions/shareisland-api.yml index 030808a6b..26419e566 100644 --- a/src/Jackett.Common/Definitions/shareisland-api.yml +++ b/src/Jackett.Common/Definitions/shareisland-api.yml @@ -191,12 +191,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 (custom) +# json UNIT3D 7.0.0 (custom)