mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-04-24 08:07:23 +08:00
✨ feat: 去除歌曲缓存 优化播放下一首
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user