aboutsummaryrefslogtreecommitdiff
path: root/server/src
diff options
context:
space:
mode:
Diffstat (limited to 'server/src')
-rw-r--r--server/src/routes/ui/player.rs2
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];
},