From 03f6850be222a7ae3c77c24c335c6eb5241b5259 Mon Sep 17 00:00:00 2001 From: Youenn Fablet Date: Tue, 17 Dec 2024 11:24:23 +0100 Subject: [PATCH] Provide more accurate media kinds --- index.bs | 36 +++++++++++++++++++++++++++++++++--- 1 file changed, 33 insertions(+), 3 deletions(-) diff --git a/index.bs b/index.bs index 3e76be7..8992329 100644 --- a/index.bs +++ b/index.bs @@ -1082,8 +1082,10 @@ dictionary MediaMetadataInit { enum MediaKind { "advertisement", - "generic", - "pregeneric", + "closing-credits", + "cold-open-scene", + "opening-credits", + "post-credits-scene", "summary", "" }; @@ -1108,7 +1110,35 @@ enum MediaKind {

A {{MediaMetadata}} has an associated kind, - which is a {{MediaKind}}. + which is a {{MediaKind}}, which can have one of the following value: +