mirror of
https://github.com/beetbox/beets.git
synced 2025-12-20 15:43:58 +01:00
Update beetsplug/web/static/beets.js
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
d1d58569e1
commit
a75d2b4aa6
1 changed files with 1 additions and 1 deletions
|
|
@ -280,7 +280,7 @@ var AppView = Backbone.View.extend({
|
|||
updateMediaSession: function (item) {
|
||||
if ("mediaSession" in navigator) {
|
||||
const album_id = item.get("album_id");
|
||||
album_art_url = "album/" + album_id + "/art";
|
||||
const album_art_url = "album/" + album_id + "/art";
|
||||
navigator.mediaSession.metadata = new MediaMetadata({
|
||||
title: item.get("title"),
|
||||
artist: item.get("artist"),
|
||||
|
|
|
|||
Loading…
Reference in a new issue