diff options
Diffstat (limited to 'server/src/routes/ui/player.rs')
-rw-r--r-- | server/src/routes/ui/player.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/routes/ui/player.rs b/server/src/routes/ui/player.rs index 4b66f04..ed7e4f7 100644 --- a/server/src/routes/ui/player.rs +++ b/server/src/routes/ui/player.rs @@ -49,7 +49,7 @@ pub fn r_player( Ok(LayoutPage { title: item.info.title.to_owned(), content: markup::new! { - video[src=stream_uri(&item.lib_path, &tracks), controls]; + video[src=stream_uri(&item.lib_path, &tracks, true), controls]; }, }) } |