diff --git a/package.json b/package.json index 64ecfffaf..b6f6d7db2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "podverse-web", - "version": "4.15.10", + "version": "4.15.11", "description": "Web app for the Podverse podcast clip sharing ecosystem", "repository": { "type": "git", diff --git a/pages/podcast/[podcastId].tsx b/pages/podcast/[podcastId].tsx index eaa925f5b..85a88ffef 100644 --- a/pages/podcast/[podcastId].tsx +++ b/pages/podcast/[podcastId].tsx @@ -213,7 +213,7 @@ export default function Podcast({ currentUrl: `${PV.Config.WEB_BASE_URL}${PV.RoutePaths.web.podcast}/${serverPodcast.id}`, description: serverPodcast.description, imageAlt: podcastTitle, - imageUrl: serverPodcast.shrunkImageUrl, + imageUrl: serverPodcast.imageUrl, title: podcastTitle }