[SponsorBlock] Add type field
This commit is contained in:
parent
63c547d71c
commit
1338ae3ba3
2 changed files with 3 additions and 1 deletions
|
|
@ -78,6 +78,7 @@ class SponsorBlockPP(FFmpegPostProcessor):
|
|||
'end_time': end,
|
||||
'category': cat,
|
||||
'title': title,
|
||||
'type': s['actionType'],
|
||||
'_categories': [(cat, start, end, title)],
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue