diff --git a/couchpotato/core/plugins/suggestion/static/suggest.js b/couchpotato/core/plugins/suggestion/static/suggest.js index f287588a..16feca97 100644 --- a/couchpotato/core/plugins/suggestion/static/suggest.js +++ b/couchpotato/core/plugins/suggestion/static/suggest.js @@ -43,6 +43,8 @@ var SuggestList = new Class({ fill: function(json){ var self = this; + + if(!json) return; Object.each(json.suggestions, function(movie){