Skip to content

Commit a343bdc

Browse files
committed
Fix media session metadata
1 parent 73fe919 commit a343bdc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/javascript/components/controls/Player.jsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ const Player = ({ activePlaylist, activeTrack, setActiveTrack, audioRef, customP
8181
artwork: [
8282
{
8383
src: activeTrack.show_cover_art_urls.medium,
84-
sizes: '512x512',
85-
type: 'image/png',
84+
sizes: "256x256",
85+
type: "image/png",
8686
}
8787
]
8888
});

0 commit comments

Comments
 (0)