diff options
Diffstat (limited to 'common/src/user.rs')
-rw-r--r-- | common/src/user.rs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/common/src/user.rs b/common/src/user.rs index f6c955b..81e1cc9 100644 --- a/common/src/user.rs +++ b/common/src/user.rs @@ -98,7 +98,9 @@ impl UserPermission { Transcode | ManageSelf | FederatedContent - | StreamFormat(JhlsIndex | HlsMaster | HlsVariant | Matroska | Snippet | Webvtt) + | StreamFormat( + JhlsIndex | Jvtt | HlsMaster | HlsVariant | Matroska | Snippet | Webvtt + ) ) } } |