From 283e34eaae554604ed1f2f848026840c0eed3dfd Mon Sep 17 00:00:00 2001 From: Warren Dukes Date: Mon, 7 Jun 2004 05:00:56 +0000 Subject: icy metadata! wahoo still lots some debug code with print out's, so don't bitch about it! git-svn-id: https://svn.musicpd.org/mpd/trunk@1364 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/decode.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/decode.c') diff --git a/src/decode.c b/src/decode.c index ea41aef31..202415934 100644 --- a/src/decode.c +++ b/src/decode.c @@ -287,12 +287,12 @@ void decodeStart(PlayerControl * pc, OutputBuffer * cb, DecoderControl * dc) { return; } - if(inStream.metaTitle) { + /*if(inStream.metaName) { MpdTag * tag = newMpdTag(); - tag->name = strdup(inStream.metaTitle); + tag->name = strdup(inStream.metaName); copyMpdTagToOutputBuffer(cb, tag); freeMpdTag(tag); - } + }*/ /* reset Metadata in OutputBuffer */ -- cgit v1.2.3