修复播放的歌曲没有使用缓存的问题

This commit is contained in:
lyswhut 2023-12-13 21:54:35 +08:00
parent c9632160e0
commit 080d877113
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View File

@ -28,7 +28,7 @@
"react-native-pager-view": "^6.2.3",
"react-native-quick-base64": "^2.0.8",
"react-native-quick-md5": "^3.0.6",
"react-native-track-player": "github:lyswhut/react-native-track-player#5c2fbbab733e34d298fa75a80749f1f0b56d4ed8",
"react-native-track-player": "github:lyswhut/react-native-track-player#f051f22fc05cfed77a2bac7fc6388525e3497f1f",
"react-native-vector-icons": "^10.0.2"
},
"devDependencies": {
@ -9066,8 +9066,8 @@
},
"node_modules/react-native-track-player": {
"version": "2.1.2",
"resolved": "git+ssh://git@github.com/lyswhut/react-native-track-player.git#5c2fbbab733e34d298fa75a80749f1f0b56d4ed8",
"integrity": "sha512-vAAy4wVmzX9NIeVjpA1j3glyr5ayMJYOpa32tegb24tLpwAaR9oAEuPpjYxe+uucvyqFnZ7rCuqGCLRaZL4Xrw==",
"resolved": "git+ssh://git@github.com/lyswhut/react-native-track-player.git#f051f22fc05cfed77a2bac7fc6388525e3497f1f",
"integrity": "sha512-C4iPuXq3RgFHphJAbawOu9I+JoA5YDmA+RitOqX5RP6mnuv/IfJTpE6XhpyylAChXBeC2uAPHINysaKQvanVfg==",
"license": "Apache-2.0",
"peerDependencies": {
"react": ">=16.8.6",
@ -17225,9 +17225,9 @@
}
},
"react-native-track-player": {
"version": "git+ssh://git@github.com/lyswhut/react-native-track-player.git#5c2fbbab733e34d298fa75a80749f1f0b56d4ed8",
"integrity": "sha512-vAAy4wVmzX9NIeVjpA1j3glyr5ayMJYOpa32tegb24tLpwAaR9oAEuPpjYxe+uucvyqFnZ7rCuqGCLRaZL4Xrw==",
"from": "react-native-track-player@github:lyswhut/react-native-track-player#5c2fbbab733e34d298fa75a80749f1f0b56d4ed8",
"version": "git+ssh://git@github.com/lyswhut/react-native-track-player.git#f051f22fc05cfed77a2bac7fc6388525e3497f1f",
"integrity": "sha512-C4iPuXq3RgFHphJAbawOu9I+JoA5YDmA+RitOqX5RP6mnuv/IfJTpE6XhpyylAChXBeC2uAPHINysaKQvanVfg==",
"from": "react-native-track-player@github:lyswhut/react-native-track-player#f051f22fc05cfed77a2bac7fc6388525e3497f1f",
"requires": {}
},
"react-native-vector-icons": {

View File

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