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 faf1027..02d768a 100644
--- a/src/page_artists.go
+++ b/src/page_artists.go
@@ -130,6 +130,7 @@ func (a *app) loadAlbumInPanel(id string) error {
130 err := a.playQueue.Play() 130 err := a.playQueue.Play()
131 if err != nil { 131 if err != nil {
132 a.alert("Error: %v", err) 132 a.alert("Error: %v", err)
133 LogErrorf("starting playback of album '%s': %v", album.Name, err)
133 } 134 }
134 }) 135 })
135 } 136 }