Skip to content

Commit

Permalink
更新版本号(1.2.0-beta.18)
Browse files Browse the repository at this point in the history
  • Loading branch information
lyswhut committed Dec 23, 2023
1 parent 651c011 commit e3f2121
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -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": {
Expand Down
1 change: 0 additions & 1 deletion src/core/init/common.ts
Expand Up @@ -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)
Expand Down

0 comments on commit e3f2121

Please sign in to comment.