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

@@ -76,6 +76,7 @@ class _LaterViewChildPageState extends State<LaterViewChildPage>
}
var videoItem = response[index];
return VideoCardHLater(
index: index,
videoItem: videoItem,
ctr: _laterController,
onViewLater: (cid) {
@@ -97,12 +98,6 @@ class _LaterViewChildPageState extends State<LaterViewChildPage>
},
);
},
onRemove: () => _laterController.toViewDel(
context,
index,
videoItem.aid,
onSuccess: () => _laterController.updateLength?.call(1),
),
);
},
childCount: response!.length,