mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
opt: showEpisodes
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user