This commit is contained in:
booploops 2022-01-06 19:28:59 -08:00
commit 1a579509c6
5 changed files with 79 additions and 17 deletions

View file

@ -599,7 +599,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) {