Skip to content

Commit

Permalink
fix: 初次启动音量异常
Browse files Browse the repository at this point in the history
  • Loading branch information
sigoden committed Nov 29, 2021
1 parent 679f4f5 commit e0abba1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "netease-music-crx",
"description": "能够收听VIP或变灰歌曲的网易云音乐播放器",
"license": "GPL-3.0-only",
"version": "5.3.0",
"version": "5.4.0",
"scripts": {
"build": "node scripts/build.js",
"start": "node scripts/webserver.js",
Expand Down
5 changes: 3 additions & 2 deletions src/background/store.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,11 @@ export async function bootstrap() {

api.code301 = reset;

setupAudio();

await persistLoad();
await refreshStore();

setupAudio();

await detectOversea();
}

Expand Down

0 comments on commit e0abba1

Please sign in to comment.