mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
opt: video play
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -2331,6 +2331,11 @@ class _VideoDetailPageVState extends State<VideoDetailPageV>
|
||||
required dynamic aid,
|
||||
required bool isSeason,
|
||||
}) {
|
||||
if (isSeason && videoDetailController.isPlayAll) {
|
||||
SmartDialog.showToast('当前为播放全部,合集不支持倒序');
|
||||
return;
|
||||
}
|
||||
|
||||
void changeEpisode(episode) {
|
||||
videoIntroController.changeSeasonOrbangu(
|
||||
episode is bangumi.EpisodeItem ? episode.epId : null,
|
||||
|
||||
Reference in New Issue
Block a user