mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-17 05:38:04 +00:00
fix: bugs
This commit is contained in:
parent
6366886fe8
commit
d4be289946
5 changed files with 20 additions and 9 deletions
|
|
@ -104,6 +104,7 @@ export default class {
|
|||
this._loadSelfFromLocalStorage();
|
||||
this._replaceCurrentTrack(this._currentTrack.id, false); // update audio source and init howler
|
||||
this._initMediaSession();
|
||||
Howler.volume(this.volume);
|
||||
}
|
||||
_getNextTrack() {
|
||||
// 返回 [trackID, index]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue