修复重复的数据初始化调用

This commit is contained in:
lyswhut 2024-05-25 19:51:56 +08:00
parent 1380eb9041
commit 8b3585f813
2 changed files with 4 additions and 2 deletions

View File

@ -2,6 +2,10 @@
- 新增 设置-基本设置-启动后打开播放详情界面 设置,默认关闭(#502 @mingcc7
### 修复
- 修复重复的数据初始化调用
### 变更
- 设置-播放设置-优先播放320k音质选项改为“优先播放的音质”允许选择更高优先播放的音质如果歌曲及音源支持的话#487

View File

@ -55,8 +55,6 @@ export default async() => {
bootLog('Player inited.')
await dataInit(setting)
bootLog('Data inited.')
await dataInit(setting)
bootLog('Data inited.')
await initCommonState(setting)
bootLog('Common State inited.')