feat: 去除歌曲缓存 优化播放下一首

This commit is contained in:
alger
2025-01-17 22:35:42 +08:00
parent dfa175b8b2
commit 914e043502
3 changed files with 7 additions and 90 deletions
+1 -1
View File
@@ -128,7 +128,7 @@ class AudioService {
}
return new Promise((resolve, reject) => {
let retryCount = 0;
const maxRetries = 3;
const maxRetries = 1;
const tryPlay = () => {
if (this.currentSound) {