universal build
This commit is contained in:
parent
6b331cb22f
commit
c817ba5267
2 changed files with 5 additions and 4 deletions
|
@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue