mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-16 21:28:06 +00:00
fix: bugs
This commit is contained in:
parent
622f95439d
commit
2f452dbe74
1 changed files with 2 additions and 2 deletions
|
|
@ -146,7 +146,7 @@ export default class {
|
||||||
}
|
}
|
||||||
set volume(volume) {
|
set volume(volume) {
|
||||||
this._volume = volume;
|
this._volume = volume;
|
||||||
this._howler?.volume(volume)
|
this._howler?.volume(volume);
|
||||||
}
|
}
|
||||||
get list() {
|
get list() {
|
||||||
return this.shuffle ? this._shuffledList : this._list;
|
return this.shuffle ? this._shuffledList : this._list;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue