Change else{ to else {
This commit is contained in:
parent
422c869568
commit
48cce96bea
10 changed files with 16 additions and 16 deletions
|
@ -112,7 +112,7 @@ const wsapi = {
|
|||
MusicKit.getInstance().repeatMode = 1
|
||||
} else if (MusicKit.getInstance().repeatMode == 1){
|
||||
MusicKit.getInstance().repeatMode = 2
|
||||
} else{
|
||||
} else {
|
||||
MusicKit.getInstance().repeatMode = 0
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue