diff options
Diffstat (limited to 'client/src/app/shared/video')
-rw-r--r-- | client/src/app/shared/video/video-edit.model.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/shared/video/video-edit.model.ts b/client/src/app/shared/video/video-edit.model.ts index 955255bfa..47c63d976 100644 --- a/client/src/app/shared/video/video-edit.model.ts +++ b/client/src/app/shared/video/video-edit.model.ts | |||
@@ -45,7 +45,7 @@ export class VideoEdit { | |||
45 | name: this.name, | 45 | name: this.name, |
46 | tags: this.tags, | 46 | tags: this.tags, |
47 | nsfw: this.nsfw, | 47 | nsfw: this.nsfw, |
48 | channel: this.channel, | 48 | channelId: this.channel, |
49 | privacy: this.privacy | 49 | privacy: this.privacy |
50 | } | 50 | } |
51 | } | 51 | } |