opt: view to-view video

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-01-05 14:37:01 +08:00
parent 1a3f5414c6
commit e4b8dfcada
4 changed files with 31 additions and 6 deletions

View File

@@ -171,7 +171,7 @@ class LaterController extends MultiSelectController {
List<HotVideoItemModel> list = List<HotVideoItemModel>.from(
(loadingState.value as Success).response);
for (HotVideoItemModel item in list) {
if (item.cid == null) {
if (item.cid == null || item.pgcLabel?.isNotEmpty == true) {
continue;
} else {
if (item.bvid != list.first.bvid) {