Update one sample for a small API change
This commit is contained in:
parent
b8b82acb41
commit
54b70a1a8a
@ -55,9 +55,10 @@ public class MetaData {
|
|||||||
return true;
|
return true;
|
||||||
|
|
||||||
case MessageType.Tag:
|
case MessageType.Tag:
|
||||||
|
Pad pad;
|
||||||
TagList new_tags;
|
TagList new_tags;
|
||||||
|
|
||||||
message.ParseTag (out new_tags);
|
message.ParseTag (out pad, out new_tags);
|
||||||
|
|
||||||
if (tags != null) {
|
if (tags != null) {
|
||||||
tags = tags.Merge (new_tags, TagMergeMode.KeepAll);
|
tags = tags.Merge (new_tags, TagMergeMode.KeepAll);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user