Skip to content

Commit

Permalink
Merge pull request #40 from blurite/fix-playerinfo
Browse files Browse the repository at this point in the history
fix: use continue instead of return when transcribing player info
  • Loading branch information
Z-Kris authored Dec 11, 2024
2 parents 57914a7 + 78b8867 commit bb5e655
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 bb5e655

Please sign in to comment.