aboutsummaryrefslogtreecommitdiff
path: root/stream/src/jhls.rs
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-01-29 15:03:18 +0100
committermetamuffin <metamuffin@disroot.org>2024-01-29 15:03:18 +0100
commitc0ba30314a06de10c9b98ac130676dcbc9f287fa (patch)
treee35631ed3181f89ae962e9125cc5073f12967924 /stream/src/jhls.rs
parent4ad7aa6042c64a6e7cfbe2693a4bbeda0514357b (diff)
downloadjellything-c0ba30314a06de10c9b98ac130676dcbc9f287fa.tar
jellything-c0ba30314a06de10c9b98ac130676dcbc9f287fa.tar.bz2
jellything-c0ba30314a06de10c9b98ac130676dcbc9f287fa.tar.zst
rename stream spec param
Diffstat (limited to 'stream/src/jhls.rs')
-rw-r--r--stream/src/jhls.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/src/jhls.rs b/stream/src/jhls.rs
index 1313c7a..ac1a3e5 100644
--- a/stream/src/jhls.rs
+++ b/stream/src/jhls.rs
@@ -30,7 +30,7 @@ pub async fn jhls_index(
&CONF.media_path,
&node.public,
&local_track,
- spec.tracks[0],
+ spec.track[0],
)
})
.await??;