Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-10-28 11:01:53 +08:00
parent 321d434141
commit 86beb879a2
5 changed files with 6 additions and 19 deletions

View File

@@ -604,6 +604,7 @@ class AudioController extends GetxController
itemType = item.itemType;
_queryPlayUrl().then((res) {
if (res) {
_videoDetailController = null;
_updateCurrItem(audioItem);
}
});