mirror of
https://github.com/ikun0014/lx-music-mobile.git
synced 2025-07-03 20:52:10 +08:00
修复错误
This commit is contained in:
parent
fa26ac6011
commit
bf51a79969
@ -66,8 +66,8 @@ let playMusicId = null
|
|||||||
|
|
||||||
const getPlayType = (state, songInfo) => {
|
const getPlayType = (state, songInfo) => {
|
||||||
let type = '128k'
|
let type = '128k'
|
||||||
const list = state.common.qualityList[songInfo.source]
|
const list = global.globalObj.qualityList[songInfo.source]
|
||||||
if (state.common.setting.player.isHighQuality && songInfo._types['320k'] && list && list.includes('320k')) type = '320k'
|
if (state.common.setting.player.highQuality && songInfo._types['320k'] && list && list.includes('320k')) type = '320k'
|
||||||
return type
|
return type
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user