aboutsummaryrefslogtreecommitdiff
path: root/stream/src/hls.rs
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-04-06 15:40:58 +0200
committermetamuffin <metamuffin@disroot.org>2025-04-06 15:40:58 +0200
commit7acb520f552bd1edde5c29fbf5baf6643ec4b14e (patch)
tree222fa1d582d039b00da50735b62573db8bdc1f9d /stream/src/hls.rs
parent80343d02e9e29e4bc55d790b491ce0d0c7bff201 (diff)
downloadjellything-7acb520f552bd1edde5c29fbf5baf6643ec4b14e.tar
jellything-7acb520f552bd1edde5c29fbf5baf6643ec4b14e.tar.bz2
jellything-7acb520f552bd1edde5c29fbf5baf6643ec4b14e.tar.zst
a bit more progress on new streaming api
Diffstat (limited to 'stream/src/hls.rs')
-rw-r--r--stream/src/hls.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/src/hls.rs b/stream/src/hls.rs
index 56edd2d..27630b2 100644
--- a/stream/src/hls.rs
+++ b/stream/src/hls.rs
@@ -34,8 +34,8 @@ pub async fn hls_master_stream(
let uri = format!(
"stream?{}",
StreamSpec::HlsVariant {
- track: i,
segment,
+ track: i,
container,
format: 0
}