aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/src/user.rs4
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
+ )
)
}
}