diff options
Diffstat (limited to 'frontend.c')
-rw-r--r-- | frontend.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: frontend.c,v 1.40 2008-01-09 08:44:15 phintuka Exp $ + * $Id: frontend.c,v 1.41 2008-01-10 23:30:37 phelin Exp $ * */ @@ -153,7 +153,7 @@ void cXinelibThread::InfoHandler(const char *info) *end = 0; if(!strcmp(map, "title")) - cXinelibDevice::Instance().SetMetaInfo(miTrack, next); + cXinelibDevice::Instance().SetMetaInfo(miTitle, next); if(!strcmp(map, "album")) cXinelibDevice::Instance().SetMetaInfo(miAlbum, next); if(!strcmp(map, "artist")) |