fix: audioHandler null

This commit is contained in:
guozhigq
2024-03-02 11:45:36 +08:00
parent d6da2a8a47
commit 98122aeaae

View File

@ -149,6 +149,8 @@ class VideoPlayerServiceHandler extends BaseAudioHandler with SeekHandler {
));
if (_item.isNotEmpty) {
_item.removeLast();
}
if (_item.isNotEmpty) {
setMediaItem(_item.last);
}
if (_item.isEmpty) {