diff --git a/server/controllers/feeds/video-podcast-feeds.ts b/server/controllers/feeds/video-podcast-feeds.ts index 5afb51594..bd399580e 100644 --- a/server/controllers/feeds/video-podcast-feeds.ts +++ b/server/controllers/feeds/video-podcast-feeds.ts @@ -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() }