1
0
Fork 0

[SponsorBlock] Add type field

This commit is contained in:
pukkandan 2022-10-18 23:08:23 +05:30
commit 1338ae3ba3
No known key found for this signature in database
GPG key ID: 7EEE9E1E817D0A39
2 changed files with 3 additions and 1 deletions

View file

@ -78,6 +78,7 @@ class SponsorBlockPP(FFmpegPostProcessor):
'end_time': end,
'category': cat,
'title': title,
'type': s['actionType'],
'_categories': [(cat, start, end, title)],
}