diff options
author | Chocobozzz <me@florianbigard.com> | 2021-12-28 16:43:03 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-12-28 16:43:03 +0100 |
commit | 61cc1c03bf6f12af7c1b2e2a7d2fdaa563c37b59 (patch) | |
tree | a09f65ed1c26ece839e840186e25396d05c96cde /shared/models/plugins | |
parent | fba87e27c1cb6c679fff0d2c50be230f7e0c3e56 (diff) | |
download | PeerTube-61cc1c03bf6f12af7c1b2e2a7d2fdaa563c37b59.tar.gz PeerTube-61cc1c03bf6f12af7c1b2e2a7d2fdaa563c37b59.tar.zst PeerTube-61cc1c03bf6f12af7c1b2e2a7d2fdaa563c37b59.zip |
Support official plugins
Diffstat (limited to 'shared/models/plugins')
-rw-r--r-- | shared/models/plugins/plugin-index/peertube-plugin-index.model.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shared/models/plugins/plugin-index/peertube-plugin-index.model.ts b/shared/models/plugins/plugin-index/peertube-plugin-index.model.ts index e91c8b4dc..36dfef943 100644 --- a/shared/models/plugins/plugin-index/peertube-plugin-index.model.ts +++ b/shared/models/plugins/plugin-index/peertube-plugin-index.model.ts | |||
@@ -9,6 +9,8 @@ export interface PeerTubePluginIndex { | |||
9 | 9 | ||
10 | latestVersion: string | 10 | latestVersion: string |
11 | 11 | ||
12 | official: boolean | ||
13 | |||
12 | name?: string | 14 | name?: string |
13 | installed?: boolean | 15 | installed?: boolean |
14 | } | 16 | } |