From d857684dd6358fb5ff979ca09ac78b5649b0f411 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sun, 1 Oct 2023 09:20:39 +0200 Subject: jhls server-side draft --- common/src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'common/src/lib.rs') diff --git a/common/src/lib.rs b/common/src/lib.rs index c842924..6403469 100644 --- a/common/src/lib.rs +++ b/common/src/lib.rs @@ -9,6 +9,7 @@ pub mod r#impl; pub mod seek_index; pub mod stream; pub mod user; +pub mod jhls; #[cfg(feature = "rocket")] use rocket::{FromFormField, UriDisplayQuery}; -- cgit v1.2.3-70-g09d2