]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/videos/video-create.model.ts
Always redirect on homepage on '/'
[github/Chocobozzz/PeerTube.git] / shared / models / videos / video-create.model.ts
index 139c2579e2ae2baf49ce3db5d5c9b26e8502c839..562bc1bf2cc917439e50c1082d46679d390a5661 100644 (file)
@@ -3,8 +3,9 @@ import { VideoPrivacy } from './video-privacy.enum'
 export interface VideoCreate {
   category?: number
   licence?: number
-  language?: number
+  language?: string
   description?: string
+  support?: string
   channelId: number
   nsfw: boolean
   name: string