Skip to content

Commit

Permalink
Merge pull request #1243 from podverse/develop
Browse files Browse the repository at this point in the history
Release v4.15.12
  • Loading branch information
mitchdowney authored Jan 10, 2024
2 parents 1deaeb7 + 39e69da commit af97415
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.11",
"version": "4.15.12",
"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.imageUrl,
imageUrl: serverPodcast.shrunkImageUrl,
title: podcastTitle
}

Expand Down

0 comments on commit af97415

Please sign in to comment.