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