Merge branch 'main' into develop

This commit is contained in:
Core 2022-03-15 09:25:02 +00:00
commit 932ae6c385
No known key found for this signature in database
GPG key ID: FE9BF1B547F8F3C6
50 changed files with 2343 additions and 19328 deletions

View file

@ -96,9 +96,6 @@ const wsapi = {
toggleShuffle() {
MusicKit.getInstance().shuffleMode = MusicKit.getInstance().shuffleMode === 0 ? 1 : 0
},
togglePlayPause() {
app.mk.isPlaying ? app.mk.pause() : app.mk.play()
},
toggleRepeat() {
if(MusicKit.getInstance().repeatMode == 0) {
MusicKit.getInstance().repeatMode = 1