Skip to content

Commit

Permalink
fix merge problem
Browse files Browse the repository at this point in the history
  • Loading branch information
spezifisch committed Sep 19, 2024
1 parent 73f3576 commit ecbb9df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions page_browser.go
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@ func (b *BrowserPage) UpdateStars() {
}

func (b *BrowserPage) handleAddArtistToQueue() {
currentIndex := b.artistList.GetCurrentItem()
if b.artistList.GetCurrentItem() < 0 {
return
}
Expand Down

0 comments on commit ecbb9df

Please sign in to comment.