Merge branch 'develop' of github.com:RuudBurger/CouchPotatoServer into develop

This commit is contained in:
Ruud
2014-02-24 18:46:24 +01:00

View File

@@ -40,7 +40,7 @@ class SceneAccess(TorrentProvider):
arguments = tryUrlencode({
'search': movie['library']['identifier'],
'method': 1,
'method': 3,
})
url = "%s&%s" % (url, arguments)