Update one sample for a small API change

This commit is contained in:
Sebastian Dröge 2009-09-11 10:10:34 +02:00
parent b8b82acb41
commit 54b70a1a8a

View file

@ -55,9 +55,10 @@ public class MetaData {
return true;
case MessageType.Tag:
Pad pad;
TagList new_tags;
message.ParseTag (out new_tags);
message.ParseTag (out pad, out new_tags);
if (tags != null) {
tags = tags.Merge (new_tags, TagMergeMode.KeepAll);