Merge pull request #7005 from Bnyro/master

fix: update miniplayer play pause button on screen rotation
This commit is contained in:
Bnyro 2025-01-22 19:24:28 +01:00 committed by GitHub
commit abd7e4ce9a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -511,6 +511,7 @@ class PlayerFragment : Fragment(R.layout.fragment_player), OnlinePlayerOptions {
playerController = it
playerController.addListener(playerListener)
updatePlayPauseButton()
if (!startNewSession) {
val streams: Streams? =