mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 10:49:28 +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 PluginVideoLicenceManager {
|
||||
addLicence: (licenceKey: number, licenceLabel: string) => boolean
|
||||
|
||||
deleteLicence: (licenceKey: number) => boolean
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue