fix some streaming metadata issues
git-svn-id: https://svn.musicpd.org/mpd/trunk@1416 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
@@ -206,6 +206,9 @@ void putOggCommentsIntoOutputBuffer(OutputBuffer * cb, char * streamName,
|
||||
MpdTag * tag;
|
||||
|
||||
tag = oggCommentsParse(comments);
|
||||
if(!tag && streamName) {
|
||||
tag = newMpdTag();
|
||||
}
|
||||
if(!tag) return;
|
||||
|
||||
/*if(tag->artist) printf("Artist: %s\n", tag->artist);
|
||||
|
||||
Reference in New Issue
Block a user