From 7796610e6fd94c4a81b49e0aa4fb7304cd71c787 Mon Sep 17 00:00:00 2001 From: westsurname <155189104+westsurname@users.noreply.github.com> Date: Thu, 21 Nov 2024 15:57:20 -0500 Subject: [PATCH] rd fix --- shared/debrid.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/debrid.py b/shared/debrid.py index 636596e..f9260a0 100644 --- a/shared/debrid.py +++ b/shared/debrid.py @@ -177,7 +177,7 @@ def _getInstantAvailability(self, refresh=False): torrentHash = self.getHash() self.print('hash:', torrentHash) - if len(torrentHash) != 40: + if len(torrentHash) != 40 or True: self.incompatibleHashSize = True return True