opt set dynpage ratio

tweak

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-08-08 12:21:00 +08:00
parent c0287d05be
commit d108373c33
5 changed files with 14 additions and 17 deletions

View File

@@ -463,7 +463,7 @@ class _PLVideoPlayerState extends State<PLVideoPlayer>
),
onTap: () {
// part -> playAll -> season(pgc)
if (!anySeason || !isPart) {
if (isPlayAll && !isPart) {
widget.showEpisodes?.call();
return;
}