In index.pug: songList.Len() was replaced with songList.MaxLen().
This commit is contained in:
parent
1c6d288cd7
commit
6ce4700420
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user