mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-25 02:28:35 +00:00
opt change episode
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -38,6 +38,7 @@ class _LaterSearchPageState
|
||||
}
|
||||
final item = list[index];
|
||||
return VideoCardHLater(
|
||||
index: index,
|
||||
videoItem: item,
|
||||
ctr: controller,
|
||||
onViewLater: (cid) {
|
||||
@@ -57,11 +58,6 @@ class _LaterSearchPageState
|
||||
},
|
||||
);
|
||||
},
|
||||
onRemove: () => controller.toViewDel(
|
||||
context,
|
||||
index,
|
||||
item.aid!,
|
||||
),
|
||||
);
|
||||
}),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user