diff --git a/page_browser.go b/page_browser.go index 315813c..500d820 100644 --- a/page_browser.go +++ b/page_browser.go @@ -253,6 +253,7 @@ func (b *BrowserPage) UpdateStars() { } func (b *BrowserPage) handleAddArtistToQueue() { + currentIndex := b.artistList.GetCurrentItem() if b.artistList.GetCurrentItem() < 0 { return }