Code

screen_artist: fix reload in "All tracks"
authorMax Kellermann <max@duempel.org>
Fri, 3 Oct 2008 09:53:28 +0000 (11:53 +0200)
committerMax Kellermann <max@duempel.org>
Fri, 3 Oct 2008 09:53:28 +0000 (11:53 +0200)
commit40875b7a771ba26c528877eb13f80e476c86cc3a
treeb323719e0f0af6cf0120433b89ae46f95ebc08ee
parentf5b706fd865140da002f2e9f7af3b6f459aed115
screen_artist: fix reload in "All tracks"

The variable "album" was set to _("All tracks") when it was empty.
When reloading the songs, ncmpc was trying to find an album named "All
tracks", which didn't seem to work.  Leave "album" in its canonical
form and generate the title text on demand.
src/screen_artist.c