XMMS patch from Timothy B. Terriberry

This commit is contained in:
Erik de Castro Lopo 2012-02-03 06:23:09 +11:00
parent 1ca541323b
commit 08832d1133
1 changed files with 2 additions and 2 deletions

View File

@ -116,9 +116,9 @@ char *flac_format_song_title(char *filename)
XMMS_NEW_TITLEINPUT(input);
input->performer = local__getstr(performer);
input->performer = local__getstr(artist);
if(!input->performer)
input->performer = local__getstr(artist);
input->performer = local__getstr(performer);
input->album_name = local__getstr(album);
input->track_name = local__getstr(title);
input->track_number = local__getnum(tracknumber);