Skip to content

Commit

Permalink
Fix media session metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
jcraigk committed Nov 4, 2024
1 parent 73fe919 commit a343bdc
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 @@ -81,8 +81,8 @@ const Player = ({ activePlaylist, activeTrack, setActiveTrack, audioRef, customP
artwork: [
{
src: activeTrack.show_cover_art_urls.medium,
sizes: '512x512',
type: 'image/png',
sizes: "256x256",
type: "image/png",
}
]
});
Expand Down

0 comments on commit a343bdc

Please sign in to comment.