X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Flib%2Fplugins%2Fvideo-constant-manager-factory.ts;h=5f7edfbe2f8a1d7ff547b023d74830704839871a;hb=82d1653d799ccc0bcc228bb5e5aafef7a071c2db;hp=f04dde29f2ed5f3c05047e66cc23076d211b9193;hpb=5f26f13b3c16ac5ae0a3b0a7142d84a9528cf565;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/lib/plugins/video-constant-manager-factory.ts b/server/lib/plugins/video-constant-manager-factory.ts index f04dde29f..5f7edfbe2 100644 --- a/server/lib/plugins/video-constant-manager-factory.ts +++ b/server/lib/plugins/video-constant-manager-factory.ts @@ -97,7 +97,7 @@ export class VideoConstantManagerFactory { } } - this.updatedVideoConstants[type][npmName].added.push({ key: key, label } as VideoConstant) + this.updatedVideoConstants[type][npmName].added.push({ key, label } as VideoConstant) obj[key] = label return true