Skip to content

Commit

Permalink
fix: queue clear out of bounds error (#682)
Browse files Browse the repository at this point in the history
  • Loading branch information
sevonj authored Nov 24, 2024
1 parent f932602 commit caaa9b7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ fun QueueView(context: ViewContext) {
IconButton(
onClick = {
context.symphony.radio.stop()
selectedSongIndices.clear()
}
) {
Icon(Icons.Filled.ClearAll, null)
Expand Down

0 comments on commit caaa9b7

Please sign in to comment.