Skip to content

Commit

Permalink
fix(image): path of cover-unknown as been fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
ritz078 committed Apr 29, 2020
1 parent 0db1938 commit 428295b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renderer/components/TorrentDetails/TorrentDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export const TorrentDetails: React.FC<IProps> = ({ infoHash, name }) => {
src={
description?.poster ||
(isMusic && "/cover-music.png") ||
"/cover-unknown-png"
"/cover-unknown.png"
}
alt={description?.title}
/>
Expand Down

1 comment on commit 428295b

@vercel
Copy link

@vercel vercel bot commented on 428295b Apr 29, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.