mirror of
https://github.com/ikun0014/lx-music-mobile.git
synced 2025-07-03 09:12:09 +08:00
更新版本号(1.2.0-beta.18)
This commit is contained in:
parent
651c011500
commit
e3f2121080
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "lx-music-mobile",
|
||||
"version": "1.2.0-beta.17",
|
||||
"version": "1.2.0-beta.18",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "lx-music-mobile",
|
||||
"version": "1.2.0-beta.17",
|
||||
"version": "1.2.0-beta.18",
|
||||
"hasInstallScript": true,
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "lx-music-mobile",
|
||||
"version": "1.2.0-beta.17",
|
||||
"version": "1.2.0-beta.18",
|
||||
"versionCode": 62,
|
||||
"private": true,
|
||||
"scripts": {
|
||||
|
@ -44,7 +44,6 @@ export default async(setting: LX.AppSetting) => {
|
||||
const handlePicUpdate = () => {
|
||||
if (playerState.musicInfo.pic && playerState.musicInfo.pic != playerState.loadErrorPicUrl) {
|
||||
// if (playerState.musicInfo.pic != playerState.loadErrorPicUrl) {
|
||||
console.log('picUpdated', playerState.musicInfo.pic)
|
||||
pic = playerState.musicInfo.pic
|
||||
if (!isDynamicBg) return
|
||||
handleUpdatePic(pic)
|
||||
|
Loading…
x
Reference in New Issue
Block a user