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; }