Userscript: Apple Trailer, Allocine

This commit is contained in:
Ruud
2011-10-12 12:48:06 +02:00
parent 76f471ad34
commit 50be46bbea
4 changed files with 11 additions and 20 deletions
+1 -1
View File
@@ -50,4 +50,4 @@ class Extension(Plugin):
log.error('Failed adding movie via url: %s' % url)
params['error'] = params['movie'] if params['movie'] else 'Failed getting movie info'
return self.renderTemplate(__file__, 'template.js', **params)
return jsonified(params)