diff options
Diffstat (limited to 'common/src/user.rs')
-rw-r--r-- | common/src/user.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/src/user.rs b/common/src/user.rs index 7e654a9..7fc1233 100644 --- a/common/src/user.rs +++ b/common/src/user.rs @@ -96,7 +96,7 @@ impl UserPermission { Transcode | ManageSelf | FederatedContent - | StreamFormat(Jhls | HlsMaster | HlsVariant | Matroska | Segment | Webvtt) + | StreamFormat(JhlsIndex | HlsMaster | HlsVariant | Matroska | Snippet | Webvtt) ) } } |