Skip to content

Commit

Permalink
fix onStatusChange
Browse files Browse the repository at this point in the history
  • Loading branch information
orz12 committed Jul 29, 2024
1 parent 3295a9d commit 3238ccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/services/audio_handler.dart
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ class VideoPlayerServiceHandler extends BaseAudioHandler with SeekHandler {
if (!enableBackgroundPlay) return;

if (_item.isEmpty) return;
_transformEvent();
playbackState.add(_transformEvent());
}

onVideoDetailChange(dynamic data, int cid) {
Expand Down

0 comments on commit 3238ccd

Please sign in to comment.