Commit d6d2ca7b authored by Avuton Olrich's avatar Avuton Olrich

Fix typo, fixes bug in mantis, will sign off later

git-svn-id: https://svn.musicpd.org/mpd/trunk@4096 09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent 327d4861
...@@ -80,7 +80,7 @@ void copyMpdTagToMetadataChunk(MpdTag * tag, MetadataChunk * chunk) { ...@@ -80,7 +80,7 @@ void copyMpdTagToMetadataChunk(MpdTag * tag, MetadataChunk * chunk) {
copyStringToChunk(tag->items[i].value, chunk->artist); copyStringToChunk(tag->items[i].value, chunk->artist);
break; break;
case TAG_ITEM_ALBUM: case TAG_ITEM_ALBUM:
copyStringToChunk(tag->items[i].value, chunk->artist); copyStringToChunk(tag->items[i].value, chunk->album);
break; break;
} }
} }
......
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