Skip to content

Commit

Permalink
Close #58
Browse files Browse the repository at this point in the history
I'm fairly certain that the main bug was fixed whenever I started using song.Thumbnail()
  • Loading branch information
toasterofbread committed Jun 30, 2023
1 parent 02264cf commit 658ec48
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ fun ThumbnailRow(

LaunchedEffect(current_song) {
current_thumb_image = null
onThumbnailLoaded(null)
}

Row(
Expand Down

0 comments on commit 658ec48

Please sign in to comment.