修复某些设备在启用音频卸载时播放歌曲过程中出现异常的问题

This commit is contained in:
lyswhut 2023-12-25 13:43:53 +08:00
parent 12649f59b8
commit dc4906b09f
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View File

@ -30,7 +30,7 @@
"react-native-pager-view": "^6.2.3", "react-native-pager-view": "^6.2.3",
"react-native-quick-base64": "^2.0.8", "react-native-quick-base64": "^2.0.8",
"react-native-quick-md5": "^3.0.6", "react-native-quick-md5": "^3.0.6",
"react-native-track-player": "github:lyswhut/react-native-track-player#f051f22fc05cfed77a2bac7fc6388525e3497f1f", "react-native-track-player": "github:lyswhut/react-native-track-player#f5612c24c08b032db0027b42c2c9ceae8bc88bf8",
"react-native-vector-icons": "^10.0.3" "react-native-vector-icons": "^10.0.3"
}, },
"devDependencies": { "devDependencies": {
@ -9093,8 +9093,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#f051f22fc05cfed77a2bac7fc6388525e3497f1f", "resolved": "git+ssh://git@github.com/lyswhut/react-native-track-player.git#f5612c24c08b032db0027b42c2c9ceae8bc88bf8",
"integrity": "sha512-C4iPuXq3RgFHphJAbawOu9I+JoA5YDmA+RitOqX5RP6mnuv/IfJTpE6XhpyylAChXBeC2uAPHINysaKQvanVfg==", "integrity": "sha512-WGEKjdqScOb4BsL7mHCqrGH78k4mS2FpvowYChFyy4HAEEHWb1p55SHV5SYB8tdrF/kyQyOyJ2n+fQopWXVMuw==",
"license": "Apache-2.0", "license": "Apache-2.0",
"peerDependencies": { "peerDependencies": {
"react": ">=16.8.6", "react": ">=16.8.6",
@ -17264,9 +17264,9 @@
} }
}, },
"react-native-track-player": { "react-native-track-player": {
"version": "git+ssh://git@github.com/lyswhut/react-native-track-player.git#f051f22fc05cfed77a2bac7fc6388525e3497f1f", "version": "git+ssh://git@github.com/lyswhut/react-native-track-player.git#f5612c24c08b032db0027b42c2c9ceae8bc88bf8",
"integrity": "sha512-C4iPuXq3RgFHphJAbawOu9I+JoA5YDmA+RitOqX5RP6mnuv/IfJTpE6XhpyylAChXBeC2uAPHINysaKQvanVfg==", "integrity": "sha512-WGEKjdqScOb4BsL7mHCqrGH78k4mS2FpvowYChFyy4HAEEHWb1p55SHV5SYB8tdrF/kyQyOyJ2n+fQopWXVMuw==",
"from": "react-native-track-player@github:lyswhut/react-native-track-player#f051f22fc05cfed77a2bac7fc6388525e3497f1f", "from": "react-native-track-player@github:lyswhut/react-native-track-player#f5612c24c08b032db0027b42c2c9ceae8bc88bf8",
"requires": {} "requires": {}
}, },
"react-native-vector-icons": { "react-native-vector-icons": {

View File

@ -64,7 +64,7 @@
"react-native-pager-view": "^6.2.3", "react-native-pager-view": "^6.2.3",
"react-native-quick-base64": "^2.0.8", "react-native-quick-base64": "^2.0.8",
"react-native-quick-md5": "^3.0.6", "react-native-quick-md5": "^3.0.6",
"react-native-track-player": "github:lyswhut/react-native-track-player#f051f22fc05cfed77a2bac7fc6388525e3497f1f", "react-native-track-player": "github:lyswhut/react-native-track-player#f5612c24c08b032db0027b42c2c9ceae8bc88bf8",
"react-native-vector-icons": "^10.0.3" "react-native-vector-icons": "^10.0.3"
}, },
"devDependencies": { "devDependencies": {