We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41083b5 commit 3df2e5fCopy full SHA for 3df2e5f
lib/util/audio_controller.dart
@@ -190,7 +190,8 @@ class AudioHandler extends GetxController {
190
musicList.indexWhere((element) => element.extra == music.extra);
191
if (index != -1) {
192
if (index == _player.currentIndex) {
193
- await tryLazyLoadMusic(index, force: true);
+ await replacePlayingMusic(musicList[index].info.defaultQuality!);
194
+ // await tryLazyLoadMusic(index, force: true);
195
} else {
196
musicList[index].empty = true;
197
}
0 commit comments