Skip to content

Commit

Permalink
fix: use continue instead of return when transcribing player info
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua-F committed Dec 11, 2024
1 parent 57914a7 commit 78b8867
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ public class TextPlayerInfoTranscriber(
}
is PlayerUpdateType.HighResolutionIdle -> {
if (update.extendedInfo.isEmpty()) {
return@group
continue
}
val player = sessionState.getPlayer(index)
group("IDLE") {
Expand Down

0 comments on commit 78b8867

Please sign in to comment.