Skip to content

Commit

Permalink
Fixed a bug introduced in Napiprojekt provider
Browse files Browse the repository at this point in the history
  • Loading branch information
destpstrzy authored Nov 26, 2024
1 parent f15f35c commit 669ed06
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions custom_libs/subliminal_patch/providers/napiprojekt.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ def __init__(self, only_authors=None, only_real_names=None):
self.only_real_names = only_real_names

def query(self, language, hash):
if self.only_authors or self.only_real_names:
return None
params = {
'v': 'dreambox',
'kolejka': 'false',
Expand Down

0 comments on commit 669ed06

Please sign in to comment.