Skip to content

Commit a75d2b4

Browse files
matladsCopilot
authored andcommitted
Update beetsplug/web/static/beets.js
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent d1d5856 commit a75d2b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beetsplug/web/static/beets.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ var AppView = Backbone.View.extend({
280280
updateMediaSession: function (item) {
281281
if ("mediaSession" in navigator) {
282282
const album_id = item.get("album_id");
283-
album_art_url = "album/" + album_id + "/art";
283+
const album_art_url = "album/" + album_id + "/art";
284284
navigator.mediaSession.metadata = new MediaMetadata({
285285
title: item.get("title"),
286286
artist: item.get("artist"),

0 commit comments

Comments
 (0)