opt audio playlist

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-10-20 12:14:23 +08:00
parent 7524b3d168
commit 67b4ed65ab
3 changed files with 26 additions and 5 deletions

View File

@@ -1156,7 +1156,6 @@ class _PLVideoPlayerState extends State<PLVideoPlayer>
_removeDmAction();
} else if (item != _suspendedDm) {
if (item.content.extra == null) {
assert(false, 'empty extra: $item');
_removeDmAction();
return;
}