From a7eebcc2092cf24cf24165a0b30058252a6db6f9 Mon Sep 17 00:00:00 2001 From: bggRGjQaUbCoE Date: Wed, 9 Apr 2025 12:27:07 +0800 Subject: [PATCH] opt: showEpisodes Signed-off-by: bggRGjQaUbCoE --- lib/plugin/pl_player/view.dart | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/plugin/pl_player/view.dart b/lib/plugin/pl_player/view.dart index 3dfb67242..4f0bb3988 100644 --- a/lib/plugin/pl_player/view.dart +++ b/lib/plugin/pl_player/view.dart @@ -471,7 +471,8 @@ class _PLVideoPlayerState extends State color: Colors.white, ), onTap: () { - if (anySeason.not) { + if (anySeason.not || + widget.videoDetailController?.isPlayAll == true) { widget.showEpisodes?.call(); return; }