opt: select (#937)

This commit is contained in:
My-Responsitories
2025-08-05 13:41:37 +08:00
committed by GitHub
parent afb09e8a0a
commit 01552801f2
20 changed files with 425 additions and 595 deletions

View File

@@ -378,7 +378,7 @@ class VideoDetailController extends GetxController
? (item, index) async {
if (sourceType == SourceType.watchLater) {
var res = await UserHttp.toViewDel(
aids: [item.aid],
aids: [item.aid!],
);
if (res['status']) {
mediaList.removeAt(index);