1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 02:39:33 +02:00

Support official plugins

This commit is contained in:
Chocobozzz 2021-12-28 16:43:03 +01:00
parent fba87e27c1
commit 61cc1c03bf
No known key found for this signature in database
GPG key ID: 583A612D890159BE
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
}