diff --git a/couchpotato/static/scripts/page/manage.js b/couchpotato/static/scripts/page/manage.js index c06c655..0e44e76 100644 --- a/couchpotato/static/scripts/page/manage.js +++ b/couchpotato/static/scripts/page/manage.js @@ -88,7 +88,7 @@ Page.Manage = new Class({ 'onComplete': function(json){ self.update_in_progress = true; - if(!json.progress){ + if(!json || !json.progress){ clearInterval(self.progress_interval); self.update_in_progress = false; if(self.progress_container){