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 0d4806e..17700a0 100644 --- a/common/src/user.rs +++ b/common/src/user.rs @@ -47,7 +47,9 @@ impl UserPermission { use UserPermission::*; matches!( self, - Transcode | StreamFormat(Jhls | HlsMaster | HlsVariant | Matroska | Segment) + Transcode + | FederatedContent + | StreamFormat(Jhls | HlsMaster | HlsVariant | Matroska | Segment) ) } } |