aboutsummaryrefslogtreecommitdiff
path: root/stream/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'stream/src/lib.rs')
-rw-r--r--stream/src/lib.rs13
1 files changed, 8 insertions, 5 deletions
diff --git a/stream/src/lib.rs b/stream/src/lib.rs
index 2055440..ca7578d 100644
--- a/stream/src/lib.rs
+++ b/stream/src/lib.rs
@@ -12,11 +12,14 @@ pub mod webvtt;
use anyhow::{anyhow, bail, Context, Result};
use fragment::fragment_stream;
use hls::{hls_master_stream, hls_variant_stream};
-use jellybase::{permission::PermissionSetExt, CONF};
-use jellycommon::{
- stream::{StreamFormat, StreamSpec},
- user::{PermissionSet, UserPermission},
- LocalTrack, Node, TrackSource,
+use jellybase::{
+ common::{
+ stream::{StreamFormat, StreamSpec},
+ user::{PermissionSet, UserPermission},
+ LocalTrack, Node, TrackSource,
+ },
+ permission::PermissionSetExt,
+ CONF,
};
use jhls::jhls_index;
use std::{io::SeekFrom, ops::Range, sync::Arc};