Commit 4ba7779c authored by Warren Dukes's avatar Warren Dukes

validateUtf8Tag on stream metadata

git-svn-id: https://svn.musicpd.org/mpd/trunk@1270 09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent 9fc4e67f
......@@ -489,6 +489,7 @@ Song * playerCurrentDecodeSong() {
if(pc->title >= 0) {
song->tag->title = strdup(pc->title + pc->metadata);
}
validateUtf8Tag(song->tag);
resetPlayerMetadata();
return song;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment