Merge branch 'main' of https://github.com/ciderapp/Cider
This commit is contained in:
commit
1a579509c6
5 changed files with 79 additions and 17 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue