From 6ce4700420802be2b1669f36a00807804ccff67e Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Wed, 4 Oct 2023 18:15:09 +0400 Subject: [PATCH] In index.pug: songList.Len() was replaced with songList.MaxLen(). --- web/templates/index.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()