diff --git a/package.json b/package.json index b6f6d7db..4f600791 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "podverse-web", - "version": "4.15.11", + "version": "4.15.12", "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 85a88ffe..eaa925f5 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.imageUrl, + imageUrl: serverPodcast.shrunkImageUrl, title: podcastTitle }