Skip to content

Commit

Permalink
Merge pull request #1242 from podverse/develop
Browse files Browse the repository at this point in the history
Release v4.15.11
  • Loading branch information
mitchdowney committed Jan 9, 2024
2 parents e6566f0 + b0d7b21 commit 1deaeb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion pages/podcast/[podcastId].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 1deaeb7

Please sign in to comment.