From a0d2a64e57de05897708eb7c33e6751a36e8d610 Mon Sep 17 00:00:00 2001 From: Ruud Date: Tue, 8 Oct 2013 21:51:34 +0200 Subject: [PATCH] Userscript didn't load properly --- couchpotato/core/plugins/userscript/static/userscript.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/couchpotato/core/plugins/userscript/static/userscript.js b/couchpotato/core/plugins/userscript/static/userscript.js index 2aeb7b5f..11daa068 100644 --- a/couchpotato/core/plugins/userscript/static/userscript.js +++ b/couchpotato/core/plugins/userscript/static/userscript.js @@ -34,7 +34,7 @@ Page.Userscript = new Class({ if(json.error) self.frame.set('html', json.error); else { - var item = new Block.Search.Item(json.movie); + var item = new Block.Search.MovieItem(json.movie); self.frame.adopt(item); item.showOptions(); }