修复修复在某些系统上播放音乐会导致应用崩溃的问题

This commit is contained in:
lyswhut 2022-06-12 16:18:53 +08:00
parent 520acbcb14
commit 8c733f8e2f
4 changed files with 10 additions and 14 deletions

16
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "lx-music-mobile", "name": "lx-music-mobile",
"version": "0.14.0-beta.3", "version": "0.14.0-beta.4",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "lx-music-mobile", "name": "lx-music-mobile",
"version": "0.14.0-beta.3", "version": "0.14.0-beta.4",
"hasInstallScript": true, "hasInstallScript": true,
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
@ -34,7 +34,7 @@
"react-native-pager-view": "^5.4.24", "react-native-pager-view": "^5.4.24",
"react-native-randombytes": "^3.6.1", "react-native-randombytes": "^3.6.1",
"react-native-splash-screen": "^3.3.0", "react-native-splash-screen": "^3.3.0",
"react-native-track-player": "git+https://github.com/lyswhut/react-native-track-player.git#82978a67b0407109ed4f9ced91a932593a9d605e", "react-native-track-player": "git+https://github.com/lyswhut/react-native-track-player.git#5fb0bec8694d3783f32a1e4ed1251c163e9842f7",
"react-native-vector-icons": "^9.1.0", "react-native-vector-icons": "^9.1.0",
"react-redux": "^8.0.2", "react-redux": "^8.0.2",
"readable-stream": "1.0.33", "readable-stream": "1.0.33",
@ -11736,8 +11736,8 @@
}, },
"node_modules/react-native-track-player": { "node_modules/react-native-track-player": {
"version": "2.1.2", "version": "2.1.2",
"resolved": "git+ssh://git@github.com/lyswhut/react-native-track-player.git#82978a67b0407109ed4f9ced91a932593a9d605e", "resolved": "git+ssh://git@github.com/lyswhut/react-native-track-player.git#5fb0bec8694d3783f32a1e4ed1251c163e9842f7",
"integrity": "sha512-4VNUyl024/uQ22ottn76t8WMyWwylkyG3BbzR2oEdwFWqQ77moaSmhfgFsOa5MDzascM8++qNm3vAz2KuXZCQA==", "integrity": "sha512-n48QN+6YlCXRyzkBy6h5zal9jBNoTC4ti5r2sbH+9oVcYFR1r9grjKw24B9m/1tL2gdeLj/OuoPD9l5HpUF2ZA==",
"license": "Apache-2.0", "license": "Apache-2.0",
"peerDependencies": { "peerDependencies": {
"react": ">=16.8.6", "react": ">=16.8.6",
@ -23037,9 +23037,9 @@
"requires": {} "requires": {}
}, },
"react-native-track-player": { "react-native-track-player": {
"version": "git+ssh://git@github.com/lyswhut/react-native-track-player.git#82978a67b0407109ed4f9ced91a932593a9d605e", "version": "git+ssh://git@github.com/lyswhut/react-native-track-player.git#5fb0bec8694d3783f32a1e4ed1251c163e9842f7",
"integrity": "sha512-4VNUyl024/uQ22ottn76t8WMyWwylkyG3BbzR2oEdwFWqQ77moaSmhfgFsOa5MDzascM8++qNm3vAz2KuXZCQA==", "integrity": "sha512-n48QN+6YlCXRyzkBy6h5zal9jBNoTC4ti5r2sbH+9oVcYFR1r9grjKw24B9m/1tL2gdeLj/OuoPD9l5HpUF2ZA==",
"from": "react-native-track-player@git+https://github.com/lyswhut/react-native-track-player.git#82978a67b0407109ed4f9ced91a932593a9d605e", "from": "react-native-track-player@git+https://github.com/lyswhut/react-native-track-player.git#5fb0bec8694d3783f32a1e4ed1251c163e9842f7",
"requires": {} "requires": {}
}, },
"react-native-vector-icons": { "react-native-vector-icons": {

View File

@ -63,7 +63,7 @@
"react-native-pager-view": "^5.4.24", "react-native-pager-view": "^5.4.24",
"react-native-randombytes": "^3.6.1", "react-native-randombytes": "^3.6.1",
"react-native-splash-screen": "^3.3.0", "react-native-splash-screen": "^3.3.0",
"react-native-track-player": "git+https://github.com/lyswhut/react-native-track-player.git#82978a67b0407109ed4f9ced91a932593a9d605e", "react-native-track-player": "git+https://github.com/lyswhut/react-native-track-player.git#5fb0bec8694d3783f32a1e4ed1251c163e9842f7",
"react-native-vector-icons": "^9.1.0", "react-native-vector-icons": "^9.1.0",
"react-redux": "^8.0.2", "react-redux": "^8.0.2",
"readable-stream": "1.0.33", "readable-stream": "1.0.33",

View File

@ -11,3 +11,4 @@
- 修复桌面歌词转繁体设置不立即生效的问题 - 修复桌面歌词转繁体设置不立即生效的问题
- 修复搜索、歌单、排行榜列表可能在切换新内容后出现上次列表内容的残留问题(#118 - 修复搜索、歌单、排行榜列表可能在切换新内容后出现上次列表内容的残留问题(#118
- 修复在某些系统上播放音乐会导致应用崩溃的问题(#129

View File

@ -1,5 +0,0 @@
{
"dash": false,
"hls": false,
"smoothstreaming": false
}