diff options
-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 c79addd..c93d2c1 100644 --- a/server/src/routes/ui/player.rs +++ b/server/src/routes/ui/player.rs @@ -44,7 +44,7 @@ pub fn r_player( .collect::<Vec<_>>(); Ok(HtmlTemplate( - "Configure Player".to_string(), + item.info.title.to_owned(), markup::new! { video[src=stream_uri(&item.lib_path, &tracks), controls]; }, |