From ada7286d921f32cc9f6fab76eff96b6e1241bcb9 Mon Sep 17 00:00:00 2001 From: Steve Ayerhart Date: Mon, 9 Aug 2021 11:49:57 -0400 Subject: [PATCH] initial picture --- flac/format/format.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flac/format/format.factor b/flac/format/format.factor index d444e1b..4a49ab2 100644 --- a/flac/format/format.factor +++ b/flac/format/format.factor @@ -244,4 +244,4 @@ TUPLE: metadata { seek-table maybe{ seek-table } } { vorbis-comment maybe{ vorbis-comment } } { cuesheet maybe{ cuesheet } } - { picture maybe{ picture } } ; + { picture maybe{ sequence } initial: { } } ;