diff options
author | metamuffin <metamuffin@disroot.org> | 2023-11-28 13:31:28 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-11-28 13:31:28 +0100 |
commit | 1d2ed0a54c21e0ab7dd01b5f3975bb5df12d40ea (patch) | |
tree | a7531389b2a8ad6d8b89d92900b96fcf0e431774 /common/src/user.rs | |
parent | 9ac41109362dc118f1dbd2e86e9c8d64fd7364e9 (diff) | |
download | jellything-1d2ed0a54c21e0ab7dd01b5f3975bb5df12d40ea.tar jellything-1d2ed0a54c21e0ab7dd01b5f3975bb5df12d40ea.tar.bz2 jellything-1d2ed0a54c21e0ab7dd01b5f3975bb5df12d40ea.tar.zst |
ass to webvtt conversion
Diffstat (limited to 'common/src/user.rs')
-rw-r--r-- | common/src/user.rs | 2 |
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) ) } } |