Also handle setting credits from info object if ?credits=true

This commit is contained in:
2022-03-06 12:05:04 +01:00
parent 333314fa69
commit 80ce96d6b2

View File

@@ -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();
},