mirror of
https://github.com/ikun0014/lx-music-mobile.git
synced 2025-07-03 14:52:09 +08:00
修复更改音源的列表歌曲颜色的实时更新问题
This commit is contained in:
parent
e123f31cf0
commit
dafd114b45
@ -13,6 +13,7 @@
|
||||
- 修复在Android 5.1下报错的问题
|
||||
- 修复对存在错误时间标签的歌词的解析
|
||||
- 修复聚合搜索时未显示源名称的问题
|
||||
- 修复更改音源的列表歌曲颜色的实时更新问题
|
||||
|
||||
### 其他
|
||||
|
||||
|
@ -29,6 +29,9 @@ export const setUserApi = (apiId: string) => {
|
||||
|
||||
if (apiId != settingState.setting['common.apiSource']) {
|
||||
updateSetting({ 'common.apiSource': apiId })
|
||||
requestAnimationFrame(() => {
|
||||
global.state_event.apiSourceUpdated(apiId)
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user