From 203e0f6d790db5512f32787a7c587c46e21cafb8 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Tue, 24 Oct 2023 21:49:30 +0200 Subject: federated content permitted by default --- common/src/user.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'common/src/user.rs') 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) ) } } -- cgit v1.2.3-70-g09d2