summaryrefslogtreecommitdiff
path: root/frontend.c
diff options
context:
space:
mode:
Diffstat (limited to 'frontend.c')
-rw-r--r--frontend.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend.c b/frontend.c
index 3a95bb75..615eb305 100644
--- a/frontend.c
+++ b/frontend.c
@@ -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"))