mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-21 16:48:43 +00:00
precheck video dimension
Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
@@ -84,6 +84,7 @@ class _LaterViewChildPageState extends State<LaterViewChildPage>
|
||||
cid: cid,
|
||||
cover: videoItem.pic,
|
||||
title: videoItem.title,
|
||||
dimension: videoItem.dimension,
|
||||
extraArguments: _baseCtr.isPlayAll.value
|
||||
? {
|
||||
'oid': videoItem.aid,
|
||||
|
||||
@@ -170,6 +170,7 @@ class LaterController extends MultiSelectController<LaterData, LaterItemModel>
|
||||
cid: item.cid!,
|
||||
cover: item.pic,
|
||||
title: item.title,
|
||||
dimension: item.dimension,
|
||||
extraArguments: {
|
||||
'sourceType': SourceType.watchLater,
|
||||
'count': baseCtr.counts[LaterViewType.all.index],
|
||||
|
||||
@@ -63,7 +63,7 @@ class VideoCardHLater extends StatelessWidget {
|
||||
return;
|
||||
}
|
||||
try {
|
||||
final int? cid =
|
||||
final cid =
|
||||
videoItem.cid ??
|
||||
await SearchHttp.ab2c(
|
||||
aid: videoItem.aid,
|
||||
|
||||
Reference in New Issue
Block a user