diff options
author | metamuffin <metamuffin@disroot.org> | 2024-01-29 15:03:18 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-01-29 15:03:18 +0100 |
commit | c0ba30314a06de10c9b98ac130676dcbc9f287fa (patch) | |
tree | e35631ed3181f89ae962e9125cc5073f12967924 /stream/src/jhls.rs | |
parent | 4ad7aa6042c64a6e7cfbe2693a4bbeda0514357b (diff) | |
download | jellything-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.rs | 2 |
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??; |