From 4dc3368da9a242b10b4cf9cd8b259cecd425d670 Mon Sep 17 00:00:00 2001 From: Sijmen Date: Thu, 27 Apr 2023 04:43:00 +0200 Subject: [PATCH] Set tab title to current song --- templates/player.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/templates/player.html b/templates/player.html index e16c6cd..9b2d2d5 100644 --- a/templates/player.html +++ b/templates/player.html @@ -1,5 +1,12 @@ {# #} +
{% if let Some(song) = song %}