Support official plugins

This commit is contained in:
Chocobozzz
2021-12-28 16:43:03 +01:00
parent fba87e27c1
commit 61cc1c03bf
2 changed files with 7 additions and 0 deletions

View File

@@ -9,6 +9,8 @@ export interface PeerTubePluginIndex {
latestVersion: string
official: boolean
name?: string
installed?: boolean
}