Skip to content

Commit

Permalink
fix to images
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinMouritzen committed Jul 16, 2021
1 parent 8f983ff commit f8952fb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion app/components/UI/common/PodcastImage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ const PodcastImage = React.memo(({ podcastId = false, podcastPath = false, src,
{ status !== STATUS_ERROR &&
<img
ref={imageRef}
crossOrigin="anonymous"
loading="lazy"
key={imageSource}
src={imageSource}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "podfriend",
"productName": "PodFriend",
"version": "0.7.9",
"version": "0.7.11",
"description": "PodFriend - Because everyone needs a PodFriend.",
"license": "UNLICENSED",
"private": true,
Expand Down

0 comments on commit f8952fb

Please sign in to comment.