diff options
Diffstat (limited to 'shared/models/plugins/plugin-index/peertube-plugin-index.model.ts')
-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 | } |