feat: OrderedMultiSelectDialog (#1290)

* tweak

* feat: OrderedMultiSelectDialog
This commit is contained in:
My-Responsitories
2025-09-20 17:24:45 +08:00
committed by GitHub
parent 96586f130f
commit 96539cc64c
8 changed files with 571 additions and 180 deletions

View File

@@ -25,7 +25,7 @@ class MemberAudioItem extends StatelessWidget {
onTap: () async {
// TODO music play
final aid = item.aid;
if (aid != null) {
if (aid != null && aid != 0) {
final cid = await SearchHttp.ab2c(aid: aid);
if (cid != null) {
PageUtils.toVideoPage(cid: cid, aid: aid);