remove an extra line of code
git-svn-id: https://svn.musicpd.org/mpd/trunk@1709 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
parent
0e419d38c2
commit
51dd5c2342
@ -480,7 +480,6 @@ Song * playerCurrentDecodeSong() {
|
||||
memcpy(prev, &(pc->metadataChunk), sizeof(MetadataChunk));
|
||||
if(song) freeJustSong(song);
|
||||
song = newNullSong();
|
||||
if(song->utf8url) free(song->utf8url);
|
||||
song->utf8url = strdup(pc->currentUrl);
|
||||
song->tag = metadataChunkToMpdTagDup(prev);
|
||||
validateUtf8Tag(song->tag);
|
||||
|
Loading…
Reference in New Issue
Block a user