From db511d3fe50f05329615f718515fab1b80d9e06a Mon Sep 17 00:00:00 2001 From: metamuffin Date: Wed, 29 Jan 2025 18:03:06 +0100 Subject: no direct redb access --- stream/src/jhls.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'stream/src/jhls.rs') diff --git a/stream/src/jhls.rs b/stream/src/jhls.rs index b0de837..28d383f 100644 --- a/stream/src/jhls.rs +++ b/stream/src/jhls.rs @@ -11,10 +11,11 @@ use jellycommon::{ user::{PermissionSet, UserPermission}, LocalTrack, Node, }; +use std::sync::Arc; use tokio::io::{AsyncWriteExt, DuplexStream}; pub async fn jhls_index( - node: Node, + node: Arc, local_tracks: &[LocalTrack], spec: StreamSpec, mut b: DuplexStream, -- cgit v1.2.3-70-g09d2