aboutsummaryrefslogtreecommitdiff
path: root/stream/src/hls.rs
diff options
context:
space:
mode:
Diffstat (limited to 'stream/src/hls.rs')
-rw-r--r--stream/src/hls.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/stream/src/hls.rs b/stream/src/hls.rs
index 81d0c8c..c5b7f91 100644
--- a/stream/src/hls.rs
+++ b/stream/src/hls.rs
@@ -48,8 +48,8 @@ pub async fn hls_variant_stream(
) -> Result<()> {
let track = *spec.tracks.get(0).ok_or(anyhow!("no track"))?;
let snips = jellyremuxer::snippet::snippet_index(
- CONF.library_path.clone(),
- node.public.clone(),
+ &CONF.library_path,
+ &node.public,
&track_sources,
track,
)?;