diff --git a/couchpotato/core/plugins/wizard/static/wizard.js b/couchpotato/core/plugins/wizard/static/wizard.js index eb41cb59..12ae4771 100644 --- a/couchpotato/core/plugins/wizard/static/wizard.js +++ b/couchpotato/core/plugins/wizard/static/wizard.js @@ -82,7 +82,7 @@ Page.Wizard = new Class({ 'target': self.el }, 'onComplete': function(){ - window.location = App.createUrl(); + window.location = App.createUrl('wanted'); } }); }