aboutsummaryrefslogtreecommitdiff
path: root/common/src/user.rs
diff options
context:
space:
mode:
authortpart <tpart120@proton.me>2023-12-09 11:10:22 +0100
committertpart <tpart120@proton.me>2023-12-09 11:10:22 +0100
commit6d87fe0b3c875ef3c7dd1d811d237e75567f787b (patch)
treea7531389b2a8ad6d8b89d92900b96fcf0e431774 /common/src/user.rs
parent5c7e30b15d1e42fa8d65d344dfdef0af73b3b6d4 (diff)
parent1d2ed0a54c21e0ab7dd01b5f3975bb5df12d40ea (diff)
downloadjellything-6d87fe0b3c875ef3c7dd1d811d237e75567f787b.tar
jellything-6d87fe0b3c875ef3c7dd1d811d237e75567f787b.tar.bz2
jellything-6d87fe0b3c875ef3c7dd1d811d237e75567f787b.tar.zst
Merge branch 'master' of codeberg.org:metamuffin/jellything
Diffstat (limited to 'common/src/user.rs')
-rw-r--r--common/src/user.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/src/user.rs b/common/src/user.rs
index 2b67de5..ae9a757 100644
--- a/common/src/user.rs
+++ b/common/src/user.rs
@@ -58,7 +58,7 @@ impl UserPermission {
self,
Transcode
| FederatedContent
- | StreamFormat(Jhls | HlsMaster | HlsVariant | Matroska | Segment)
+ | StreamFormat(Jhls | HlsMaster | HlsVariant | Matroska | Segment | Webvtt)
)
}
}