Private GIT

Skip to content
Snippets Groups Projects
Commit fe9b5fff authored by Kfir Hadas's avatar Kfir Hadas Committed by miigotu
Browse files

Attempt to fix #3656 (#3748)

Should fix newznab for GingaDaddy
parent c3f1db24
No related branches found
No related tags found
No related merge requests found
......@@ -283,7 +283,7 @@ class NewznabProvider(NZBProvider): # pylint: disable=too-many-instance-attribu
for mode in search_strings:
torznab = False
search_params = {
't': ('search', 'tvsearch')[self.use_tv_search],
't': ('search', 'tvsearch')[bool(self.use_tv_search)],
'limit': 100,
'offset': 0,
'cat': self.catIDs.strip(', ') or '5030,5040',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment