Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
daytime-em committed Aug 2, 2024
1 parent 60f94f9 commit 0fd505c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ fun catchUpPlayState(player: Player, collector: MuxStateCollector) {
// (which is how IDLE is handled during actual playback)
if (player.playbackState != Player.STATE_IDLE) {
collector.handleExoPlaybackState(player.playbackState, player.playWhenReady)
player.currentTimeline?.let { }
}
}

Expand Down

0 comments on commit 0fd505c

Please sign in to comment.