diff options
Diffstat (limited to 'shared/models/plugins/peertube-plugin-index.model.ts')
-rw-r--r-- | shared/models/plugins/peertube-plugin-index.model.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/shared/models/plugins/peertube-plugin-index.model.ts b/shared/models/plugins/peertube-plugin-index.model.ts index 2957a338d..e91c8b4dc 100644 --- a/shared/models/plugins/peertube-plugin-index.model.ts +++ b/shared/models/plugins/peertube-plugin-index.model.ts | |||
@@ -8,4 +8,7 @@ export interface PeerTubePluginIndex { | |||
8 | popularity: number | 8 | popularity: number |
9 | 9 | ||
10 | latestVersion: string | 10 | latestVersion: string |
11 | |||
12 | name?: string | ||
13 | installed?: boolean | ||
11 | } | 14 | } |