mirror of
https://github.com/ikun0014/lx-music-mobile.git
synced 2025-07-03 17:02:10 +08:00
修复重复的数据初始化调用
This commit is contained in:
parent
1380eb9041
commit
8b3585f813
@ -2,6 +2,10 @@
|
||||
|
||||
- 新增 设置-基本设置-启动后打开播放详情界面 设置,默认关闭(#502 @mingcc7)
|
||||
|
||||
### 修复
|
||||
|
||||
- 修复重复的数据初始化调用
|
||||
|
||||
### 变更
|
||||
|
||||
- 设置-播放设置-优先播放320k音质选项改为“优先播放的音质”,允许选择更高优先播放的音质,如果歌曲及音源支持的话(#487)
|
||||
|
@ -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.')
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user