add queue to fs
This commit is contained in:
parent
cba4a71b87
commit
7614f12fad
5 changed files with 79 additions and 17 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue