aboutsummaryrefslogtreecommitdiff
path: root/src/main/extractor_metatypes.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/extractor_metatypes.c')
-rw-r--r--src/main/extractor_metatypes.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/extractor_metatypes.c b/src/main/extractor_metatypes.c
index c4b57f5..b3145d0 100644
--- a/src/main/extractor_metatypes.c
+++ b/src/main/extractor_metatypes.c
@@ -433,6 +433,8 @@ static const struct MetaTypeDescription meta_type_descriptions[] = {
433 { gettext_noop ("group"), 433 { gettext_noop ("group"),
434 gettext_noop ("name of the group or band") }, 434 gettext_noop ("name of the group or band") },
435 /* 180 */ 435 /* 180 */
436 { gettext_noop ("original filename"),
437 gettext_noop ("name of the original file (reserved for GNUnet)") },
436 { gettext_noop ("last"), 438 { gettext_noop ("last"),
437 gettext_noop ("last") } 439 gettext_noop ("last") }
438}; 440};