opt: video play

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-04-09 12:27:07 +08:00
parent 5da86d85de
commit 17e3a0206a
3 changed files with 16 additions and 1 deletions

View File

@@ -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,