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