mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Fix build
This commit is contained in:
parent
2c16f5ad5e
commit
ba278fa51d
@ -150,7 +150,7 @@ async function generatePodcastItem (options: {
|
||||
let personImage: string
|
||||
|
||||
if (account.Actor.hasImage(ActorImageType.AVATAR)) {
|
||||
const avatar = getBiggestActorImage(account.Actor.Avatars, 'width')
|
||||
const avatar = getBiggestActorImage(account.Actor.Avatars)
|
||||
personImage = WEBSERVER.URL + avatar.getStaticPath()
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user