Fix banner error in actor json

This commit is contained in:
Chocobozzz 2021-04-13 09:40:20 +02:00
parent 93f30abf28
commit 9172345484
No known key found for this signature in database
GPG Key ID: 583A612D890159BE

View File

@ -545,7 +545,7 @@ export class ActorModel extends Model {
const base = this.toFormattedSummaryJSON()
let banner: ActorImage = null
if (this.bannerId) {
if (this.Banner) {
banner = this.Banner.toFormattedJSON()
}