fix: bugs

This commit is contained in:
qier222 2021-01-06 23:58:14 +08:00
parent 6366886fe8
commit d4be289946
5 changed files with 20 additions and 9 deletions

View file

@ -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]