mirror of https://github.com/Chocobozzz/PeerTube
Fix banner error in actor json
parent
93f30abf28
commit
9172345484
|
@ -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()
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue