about summary refs log tree commit diff stats
path: root/yt_dlp
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp')
-rw-r--r--yt_dlp/src/wrapper/info_json.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/yt_dlp/src/wrapper/info_json.rs b/yt_dlp/src/wrapper/info_json.rs
index e9136a5..09247db 100644
--- a/yt_dlp/src/wrapper/info_json.rs
+++ b/yt_dlp/src/wrapper/info_json.rs
@@ -263,6 +263,9 @@ pub enum SponsorblockChapterType {
 
     #[serde(alias = "chapter")]
     Chapter,
+
+    #[serde(alias = "poi")]
+    Poi,
 }
 #[derive(Debug, Deserialize, Serialize, PartialEq, PartialOrd, Ord, Eq)]
 #[serde(deny_unknown_fields)]