Add ability to update another user video

This commit is contained in:
Chocobozzz 2018-02-22 09:03:45 +01:00
parent 9f4183c9b5
commit 6221f311de
No known key found for this signature in database
GPG key ID: 583A612D890159BE
6 changed files with 39 additions and 27 deletions

View file

@ -8,5 +8,6 @@ export enum UserRight {
MANAGE_CONFIGURATION,
REMOVE_ANY_VIDEO,
REMOVE_ANY_VIDEO_CHANNEL,
REMOVE_ANY_VIDEO_COMMENT
REMOVE_ANY_VIDEO_COMMENT,
UPDATE_ANY_VIDEO
}