From ffea273a28179d2b5bbc24f967517bcf80940c63 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 11 Feb 2012 19:24:51 +0100 Subject: tag_handler: handle arbitrary name/value pairs The new method pair() receives an arbitrary name/value pair. Support for this is being added to a few decoder plugins. --- src/tag_ape.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/tag_ape.c') diff --git a/src/tag_ape.c b/src/tag_ape.c index 93d935b7..068a9aa6 100644 --- a/src/tag_ape.c +++ b/src/tag_ape.c @@ -49,6 +49,8 @@ tag_ape_import_item(unsigned long flags, if ((flags & (0x3 << 1)) != 0) return; + tag_handler_invoke_pair(handler, handler_ctx, key, value); + enum tag_type type = tag_ape_name_parse(key); if (type == TAG_NUM_OF_ITEM_TYPES) return; -- cgit v1.2.3