mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
opt: view to-view video
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user