diff options
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??; |