mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
feat: show all episodes on listsheet
This commit is contained in:
@@ -1312,8 +1312,10 @@ class _VideoDetailPageState extends State<VideoDetailPage>
|
||||
);
|
||||
}
|
||||
|
||||
showEpisodes(episodes, bvid, aid, cid) {
|
||||
showEpisodes(index, sections, episodes, bvid, aid, cid) {
|
||||
ListSheet(
|
||||
index: index,
|
||||
sections: sections,
|
||||
episodes: episodes,
|
||||
bvid: bvid,
|
||||
aid: aid,
|
||||
|
||||
Reference in New Issue
Block a user