opt change episode

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-08-05 19:56:22 +08:00
parent 170b2aa6d9
commit 80a4c8c24d
10 changed files with 79 additions and 81 deletions

View File

@@ -38,6 +38,7 @@ class _LaterSearchPageState
}
final item = list[index];
return VideoCardHLater(
index: index,
videoItem: item,
ctr: controller,
onViewLater: (cid) {
@@ -57,11 +58,6 @@ class _LaterSearchPageState
},
);
},
onRemove: () => controller.toViewDel(
context,
index,
item.aid!,
),
);
}),
);