Skip to content

Commit

Permalink
Use medium cover art for media session
Browse files Browse the repository at this point in the history
  • Loading branch information
jcraigk committed Nov 4, 2024
1 parent fa6aee8 commit 73fe919
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/javascript/components/controls/Player.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ const Player = ({ activePlaylist, activeTrack, setActiveTrack, audioRef, customP
album: `${formatDate(activeTrack.show_date)} - ${activeTrack.venue_name}`,
artwork: [
{
src: activeTrack.show_cover_art_urls.large,
sizes: '1024x1024',
src: activeTrack.show_cover_art_urls.medium,
sizes: '512x512',
type: 'image/png',
}
]
Expand Down

0 comments on commit 73fe919

Please sign in to comment.