This commit is contained in:
vapormusic 2021-12-13 19:21:14 +07:00
commit 3bf0a141d0

View file

@ -274,6 +274,15 @@ const app = new Vue({
app.getNowPlayingArtwork(42);
app.getNowPlayingArtworkBG(32);
app.loadLyrics()
// Playback Notifications
// if (platform == "darwin" || platform == "linux") {
// new Notification(a.title, {
// body: a.artistName,
// icon: a.artwork.url,
// silent: true
// })
// }
})
this.apiCall('https://api.music.apple.com/v1/me/library/playlists', res => {