mirror of
https://github.com/koel/koel
synced 2024-11-10 14:44:13 +00:00
Make estlint happy
This commit is contained in:
parent
43ef5cad26
commit
632c6272fe
1 changed files with 1 additions and 0 deletions
|
@ -165,6 +165,7 @@ export const playback = {
|
|||
}
|
||||
|
||||
if ('mediaSession' in navigator) {
|
||||
/* global MediaMetadata */
|
||||
navigator.mediaSession.metadata = new MediaMetadata({
|
||||
title: song.title,
|
||||
artist: song.artist.name,
|
||||
|
|
Loading…
Reference in a new issue