aboutsummaryrefslogtreecommitdiff
path: root/server/src/ui/player.rs
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/ui/player.rs')
-rw-r--r--server/src/ui/player.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/server/src/ui/player.rs b/server/src/ui/player.rs
index 4938c14..091169b 100644
--- a/server/src/ui/player.rs
+++ b/server/src/ui/player.rs
@@ -29,7 +29,6 @@ fn jellynative_url(action: &str, seek: f64, secret: &str, node: &str, session: &
let stream_url = format!(
"/n/{node}/stream{}",
StreamSpec::HlsMultiVariant {
- segment: 0,
container: StreamContainer::Matroska
}
.to_query()