Private GIT

Skip to content
Snippets Groups Projects
Commit 2c562558 authored by miigotu's avatar miigotu
Browse files

Merge pull request #2084 from SerialShadow/scene_exceptions_list_overwite

Scene exceptions list overwite results in multiple identical search url's
parents 22e02d1d f87dba7d
No related branches found
No related tags found
No related merge requests found
......@@ -198,7 +198,7 @@ class NewznabProvider(generic.NZBProvider):
if add_string:
params['q'] += ' ' + add_string
to_return.append(params)
to_return.append(dict(params))
if ep_obj.show.anime:
paramsNoEp = params.copy()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment