fix: play all later

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-04-12 16:23:02 +08:00
parent 71e7219084
commit 6c9cd8b120
2 changed files with 3 additions and 2 deletions

View File

@@ -100,7 +100,8 @@ class _LaterViewChildPageState extends State<LaterViewChildPage>
'oid': videoItem.aid,
'heroTag': Utils.makeHeroTag(videoItem.bvid),
'sourceType': 'watchLater',
'count': loadingState.response!.length,
'count': _laterController
.baseCtr.counts[LaterViewType.all],
'favTitle': '稍后再看',
'mediaId': _laterController.mid,
'desc': false,

View File

@@ -222,7 +222,7 @@ class LaterController extends MultiSelectController<Map, HotVideoItemModel> {
'videoItem': item,
'heroTag': Utils.makeHeroTag(item.bvid),
'sourceType': 'watchLater',
'count': list.length,
'count': baseCtr.counts[LaterViewType.all],
'favTitle': '稍后再看',
'mediaId': mid,
'desc': false,