universal build

This commit is contained in:
vapormusic 2022-02-08 10:19:04 +07:00
parent 6b331cb22f
commit c817ba5267
2 changed files with 5 additions and 4 deletions

View file

@ -1884,7 +1884,7 @@ const app = new Vue({
self.library.backgroundNotification.show = false
self.searchLibrarySongs()
localStorage.setItem("librarySongs", JSON.stringify(library))
console.log(library)
// console.log(library)
}
}
@ -1992,7 +1992,7 @@ const app = new Vue({
self.library.backgroundNotification.show = false
localStorage.setItem("libraryAlbums", JSON.stringify(library))
self.searchLibraryAlbums(index)
console.log(library)
// console.log(library)
}
}
@ -2098,7 +2098,7 @@ const app = new Vue({
self.library.backgroundNotification.show = false
localStorage.setItem("libraryArtists", JSON.stringify(library))
self.searchLibraryArtists(index)
console.log(library)
// console.log(library)
}
}