diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/src/user.rs | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/common/src/user.rs b/common/src/user.rs index bc75c20..89a8fca 100644 --- a/common/src/user.rs +++ b/common/src/user.rs @@ -122,7 +122,14 @@ impl UserPermission { | ManageSelf | FederatedContent | StreamFormat( - JhlsIndex | Jvtt | HlsMaster | HlsVariant | Matroska | Fragment | Webvtt + JhlsIndex + | Jvtt + | HlsMaster + | HlsVariant + | Matroska + | Fragment + | Webvtt + | Original // TODO remove later ) ) } |