diff --git a/web/templates/index.pug b/web/templates/index.pug index 9ed6342..e5fb7b6 100644 --- a/web/templates/index.pug +++ b/web/templates/index.pug @@ -45,7 +45,7 @@ html(lang='en') source(src='/live/stream.ogg' type='audio/ogg') | Your browser doesn't support an audio element, it's sad... But you always can take the #[a(href='/playlist') playlist]! div - - cur := songList.Current() + - cur := *songList.Current() if (cur.Artist != "") p Now playing: #[span#radio-song #{cur.ArtistTitle()}] ( #[span#radio-duration-estimate ] #[span#radio-duration #{cur.DurationString()}] ) else