Private GIT

Skip to content
Snippets Groups Projects
Commit fd53ba06 authored by Ruud's avatar Ruud
Browse files

SceneAccess: Don't add quality to query

parent 0ef3906b
No related branches found
No related tags found
No related merge requests found
...@@ -37,9 +37,8 @@ class SceneAccess(TorrentProvider): ...@@ -37,9 +37,8 @@ class SceneAccess(TorrentProvider):
self.getCatId(quality['identifier'])[0] self.getCatId(quality['identifier'])[0]
) )
q = '%s %s' % (movie['library']['identifier'], quality.get('identifier'))
arguments = tryUrlencode({ arguments = tryUrlencode({
'search': q, 'search': movie['library']['identifier'],
'method': 1, 'method': 1,
}) })
url = "%s&%s" % (url, arguments) url = "%s&%s" % (url, arguments)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment