Fix build after automatic rebase from GH

This commit is contained in:
Philippe Loriaux
2022-11-28 09:20:44 +01:00
parent 0a77be1c47
commit ced9e6be4d
@@ -324,7 +324,7 @@ class VoiceBroadcastPlaybackViewModel: VoiceBroadcastPlaybackViewModelType, Voic
private func handleWaitingLiveData() {
// Handle specifically the case where we were waiting data to start playing a live playback
if isLivePlayback(), state.playbackState == .buffering {
if isLivePlayback, state.playbackState == .buffering {
// Start the playback on the latest one
processPendingVoiceBroadcastChunksForLivePlayback()
} else {