Also handle setting credits from info object if ?credits=true
This commit is contained in:
@@ -146,6 +146,7 @@ export default {
|
||||
this.person = { ...person };
|
||||
this.title = person.title;
|
||||
this.poster = person.poster;
|
||||
if (person.credits) this.credits = person.credits;
|
||||
|
||||
this.setPosterSrc();
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user