fix: audioHandler null
This commit is contained in:
@ -149,6 +149,8 @@ class VideoPlayerServiceHandler extends BaseAudioHandler with SeekHandler {
|
|||||||
));
|
));
|
||||||
if (_item.isNotEmpty) {
|
if (_item.isNotEmpty) {
|
||||||
_item.removeLast();
|
_item.removeLast();
|
||||||
|
}
|
||||||
|
if (_item.isNotEmpty) {
|
||||||
setMediaItem(_item.last);
|
setMediaItem(_item.last);
|
||||||
}
|
}
|
||||||
if (_item.isEmpty) {
|
if (_item.isEmpty) {
|
||||||
|
Reference in New Issue
Block a user