Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
rtshkmr committed Aug 1, 2024
1 parent 7277a9c commit 2a79d27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/hooks/audio_player.js
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ AudioPlayer = {
navigator.mediaSession.metadata = new MediaMetadata({
"title": "Hanuman Chalisa",
"album": "Shree Hanuman Chalisa - Hanuman Ashtak",
artwork: payload?.meta?.artwork
artwork: payload?.meta?.artwork,
// "artwork": [
// {
// "type": "image/jpeg",
Expand Down

0 comments on commit 2a79d27

Please sign in to comment.