Fixed a bug introduced in Napiprojekt provider

This commit is contained in:
destpstrzy 2024-11-26 14:37:10 +01:00 committed by GitHub
parent f15f35caa3
commit 669ed069f5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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',