Code

screen_artist: tracks w/o album tag != all tracks
authorJonathan Neuschäfer <j.neuschaefer@gmx.net>
Wed, 14 Jul 2010 14:33:26 +0000 (16:33 +0200)
committerMax Kellermann <max@duempel.org>
Wed, 21 Jul 2010 21:37:30 +0000 (23:37 +0200)
commit8cbeacbe0adf560be191e5e9583821049a87404e
tree2283f6b6fef4aba2504726257138660b65864932
parent2e762978782f60ae96bd87f5f8fcdb02f3073646
screen_artist: tracks w/o album tag != all tracks

The `album' variable used to store a pointer to an empty string, which was
somewhere in memory, for the virtual album `All tracks', but this didn't allow
seeing all tracks without an album tag as one album.
Now, the address of the char array `ALL_TRACKS' is assigned to `album', when
`All Tracks' are viewed.
src/screen_artist.c