mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-04-24 06:37:16 -04:00
Fixed a bug introduced in Napiprojekt provider
This commit is contained in:
parent
f15f35caa3
commit
669ed069f5
1 changed files with 2 additions and 0 deletions
|
@ -47,6 +47,8 @@ class NapiProjektProvider(_NapiProjektProvider):
|
|||
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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue