()
| 358 | cntxMenu.register(); |
| 359 | |
| 360 | function putDataLocal() { |
| 361 | Spicetify.LocalStorage.set("TrashSongList", JSON.stringify(trashSongList)); |
| 362 | Spicetify.LocalStorage.set("TrashArtistList", JSON.stringify(trashArtistList)); |
| 363 | } |
| 364 | |
| 365 | function copyItems() { |
| 366 | const data = { |
no outgoing calls
no test coverage detected