aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/postprocessor/sponsorblock.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/postprocessor/sponsorblock.py')
-rw-r--r--yt_dlp/postprocessor/sponsorblock.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/yt_dlp/postprocessor/sponsorblock.py b/yt_dlp/postprocessor/sponsorblock.py
index befff0e1f..bb15eb709 100644
--- a/yt_dlp/postprocessor/sponsorblock.py
+++ b/yt_dlp/postprocessor/sponsorblock.py
@@ -78,6 +78,7 @@ class SponsorBlockPP(FFmpegPostProcessor):
'end_time': end,
'category': cat,
'title': title,
+ 'type': s['actionType'],
'_categories': [(cat, start, end, title)],
}