aboutsummaryrefslogtreecommitdiff
path: root/stream/src/jhls.rs
diff options
context:
space:
mode:
Diffstat (limited to 'stream/src/jhls.rs')
-rw-r--r--stream/src/jhls.rs15
1 files changed, 9 insertions, 6 deletions
diff --git a/stream/src/jhls.rs b/stream/src/jhls.rs
index 28d383f..79fc5fe 100644
--- a/stream/src/jhls.rs
+++ b/stream/src/jhls.rs
@@ -4,12 +4,15 @@
Copyright (C) 2025 metamuffin <metamuffin.org>
*/
use anyhow::{anyhow, Result};
-use jellybase::{permission::PermissionSetExt, CONF};
-use jellycommon::{
- jhls::JhlsTrackIndex,
- stream::StreamSpec,
- user::{PermissionSet, UserPermission},
- LocalTrack, Node,
+use jellybase::{
+ common::{
+ jhls::JhlsTrackIndex,
+ stream::StreamSpec,
+ user::{PermissionSet, UserPermission},
+ LocalTrack, Node,
+ },
+ permission::PermissionSetExt,
+ CONF,
};
use std::sync::Arc;
use tokio::io::{AsyncWriteExt, DuplexStream};