mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-06 03:50:26 +02:00
Plugins can update video constants
Categories, licences and languages
This commit is contained in:
parent
16d5469629
commit
ee286591a5
9 changed files with 342 additions and 1 deletions
|
@ -0,0 +1,5 @@
|
|||
export interface PluginVideoCategoryManager {
|
||||
addCategory: (categoryKey: number, categoryLabel: string) => boolean
|
||||
|
||||
deleteCategory: (categoryKey: number) => boolean
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue