Skip to content

Commit

Permalink
Merge pull request #38 from westsurname/rd-fix
Browse files Browse the repository at this point in the history
rd fix
  • Loading branch information
westsurname authored Nov 22, 2024
2 parents aeea5c0 + 7796610 commit 56797f4
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 56797f4

Please sign in to comment.