diff --git a/couchpotato/static/scripts/page/wanted.js b/couchpotato/static/scripts/page/wanted.js index d768a124..6c918cea 100644 --- a/couchpotato/static/scripts/page/wanted.js +++ b/couchpotato/static/scripts/page/wanted.js @@ -87,7 +87,7 @@ window.addEvent('domready', function(){ }).inject(self.profile_select); if(self.movie.profile) - self.profile_select.set('value', self.movie.profile.data.id); + self.profile_select.set('value', profile.id ? profile.id : profile.data.id); }); }