X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=shared%2Fmodels%2Fplugins%2Fplugin.type.ts;h=016219cebc1dbafb1d651e329c830c56baaab290;hb=b302c80dc0d9ba8eabef9ef6576efe36afc57584;hp=b6766821af4661f402fb9e6f2ebd837eb68aeafd;hpb=345da516fae80f24c90c2196e96393b489af2243;p=github%2FChocobozzz%2FPeerTube.git diff --git a/shared/models/plugins/plugin.type.ts b/shared/models/plugins/plugin.type.ts index b6766821a..016219ceb 100644 --- a/shared/models/plugins/plugin.type.ts +++ b/shared/models/plugins/plugin.type.ts @@ -1,4 +1,4 @@ -export enum PluginType { +export const enum PluginType { PLUGIN = 1, THEME = 2 }