add queue to fs

This commit is contained in:
vapormusic 2022-01-07 10:23:25 +07:00
parent cba4a71b87
commit 7614f12fad
5 changed files with 79 additions and 17 deletions

View file

@ -591,7 +591,7 @@ const app = new Vue({
app.getCurrentArtURL();
app.getNowPlayingArtwork(42);
app.getNowPlayingArtworkBG(32);
app.loadLyrics()
app.loadLyrics();
// Playback Notifications
if ((app.platform === "darwin" || app.platform === "linux") && !document.hasFocus() && a.artistName && a.artwork && a.name) {