Skip to content

Commit

Permalink
Revert change in CurrentMediaItemTracker
Browse files Browse the repository at this point in the history
  • Loading branch information
MGaetan89 authored Mar 26, 2024
1 parent 2976802 commit b5b87f8
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ internal class CurrentMediaItemTracker internal constructor(
}
if (mediaItem.canHaveTrackingSession()) {
startNewSession(mediaItem)
// Update current media item with tracker data
this.currentMediaItem = mediaItem
}
}

Expand Down

0 comments on commit b5b87f8

Please sign in to comment.