diff --git a/web/templates/index.pug b/web/templates/index.pug index 1dceed2..e7d54de 100644 --- a/web/templates/index.pug +++ b/web/templates/index.pug @@ -53,7 +53,7 @@ html(lang='en') p small Notice: information updates every 45 seconds. But you can #[button#radio-update update] it forcibly. section - h2 Last #{songList.Len()} songs + h2 Last #{songList.MaxLen()} songs table#last-songs tbody each song in songList.List()