This commit is contained in:
Florian Renaud 2023-01-20 08:20:35 +01:00
parent 23801de992
commit 19a489b6d4
1 changed files with 1 additions and 1 deletions

View File

@ -392,7 +392,7 @@ class VoiceBroadcastPlayerImpl @Inject constructor(
/**
* Update the live listening state according to:
* - the voice broadcast state (started/paused/resumed/stopped),
* - the playing state (IDLE, PLAYING, PAUSED, BUFFERING),
* - the playing state (IDLE, PLAYING, PAUSED, BUFFERING).
*/
private fun updateLiveListeningMode() {
val isLiveVoiceBroadcast = mostRecentVoiceBroadcastEvent?.isLive.orFalse()