aboutsummaryrefslogtreecommitdiff
path: root/src/page_artists.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/page_artists.go')
-rw-r--r--src/page_artists.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/page_artists.go b/src/page_artists.go
index f67697c..747165b 100644
--- a/src/page_artists.go
+++ b/src/page_artists.go
@@ -127,6 +127,7 @@ func (a *app) loadAlbumInPanel(id string) error {
127 err := a.playQueue.Play() 127 err := a.playQueue.Play()
128 if err != nil { 128 if err != nil {
129 a.alert("Error: %v", err) 129 a.alert("Error: %v", err)
130 LogErrorf("starting playback of album '%s': %v", album.Name, err)
130 } 131 }
131 }) 132 })
132 } 133 }