fix(cast): fix empty source on rejoin

This commit is contained in:
2026-08-15 13:38:45 +02:00
parent 709264ec1c
commit a9b7663f9a
3 changed files with 12 additions and 2 deletions
@@ -466,6 +466,8 @@ class OmniPlayer(
player.addListener(object : Player.Listener {
override fun onMediaItemTransition(item: MediaItem?, reason: Int) = followMedia(item)
})
// check for cast rejoin
followMedia(player.currentMediaItem)
}
}