opt: showEpisodes

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-04-09 12:27:07 +08:00
parent fca22eb592
commit a7eebcc209

View File

@@ -471,7 +471,8 @@ class _PLVideoPlayerState extends State<PLVideoPlayer>
color: Colors.white,
),
onTap: () {
if (anySeason.not) {
if (anySeason.not ||
widget.videoDetailController?.isPlayAll == true) {
widget.showEpisodes?.call();
return;
}