Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-10-16 18:48:06 +08:00
parent 6c361a047b
commit f2a05bb970
3 changed files with 14 additions and 5 deletions

View File

@@ -1145,6 +1145,10 @@ class _PLVideoPlayerState extends State<PLVideoPlayer>
_removeDmAction();
}
} else if (item != _suspendedDm) {
if (item.content.extra == null) {
_removeDmAction();
return;
}
_suspendedDm?.suspend = false;
_suspendedDm = item..suspend = true;
_dmOffset = pos;