1
0

In index.pug: songList.Len() was replaced with songList.MaxLen().

This commit is contained in:
Alexander Andreev 2023-10-04 18:15:09 +04:00
parent 1c6d288cd7
commit 6ce4700420
Signed by: Arav
GPG Key ID: D22A817D95815393

View File

@ -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()