mirror of
https://github.com/KevinMidboe/seasoned.git
synced 2026-03-10 03:19:32 +00:00
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