mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 02:09:37 +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 PluginVideoLanguageManager {
|
||||
addLanguage: (languageKey: string, languageLabel: string) => boolean
|
||||
|
||||
deleteLanguage: (languageKey: string) => boolean
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue