Skip to content

Commit

Permalink
rd fix
Browse files Browse the repository at this point in the history
  • Loading branch information
westsurname authored Nov 21, 2024
1 parent aeea5c0 commit 7796610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/debrid.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7796610

Please sign in to comment.