fix: episode cid

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-04-02 12:15:25 +08:00
parent f99740ef2d
commit fc55bf33d0
2 changed files with 24 additions and 21 deletions

View File

@@ -512,7 +512,9 @@ class _PLVideoPlayerState extends State<PLVideoPlayer>
isSeason ? null : episodes,
bvid,
IdUtils.bv2av(bvid),
currentCid,
isSeason && isPage
? widget.videoDetailController?.seasonCid ?? currentCid
: currentCid,
);
},
),