We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1d5856 commit a75d2b4Copy full SHA for a75d2b4
beetsplug/web/static/beets.js
@@ -280,7 +280,7 @@ var AppView = Backbone.View.extend({
280
updateMediaSession: function (item) {
281
if ("mediaSession" in navigator) {
282
const album_id = item.get("album_id");
283
- album_art_url = "album/" + album_id + "/art";
+ const album_art_url = "album/" + album_id + "/art";
284
navigator.mediaSession.metadata = new MediaMetadata({
285
title: item.get("title"),
286
artist: item.get("artist"),
0 commit comments