Revert "Merge branch 'main' into develop"
This reverts commit932ae6c385
, reversing changes made to150098de59
.
This commit is contained in:
parent
182e903fc2
commit
4b0323e267
50 changed files with 19329 additions and 2344 deletions
|
@ -96,6 +96,9 @@ 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue