1
0

New last played table rows: time, listeners and song. If there was no listeners then this col is empty.

This commit is contained in:
Alexander Andreev 2022-03-31 20:02:17 +04:00
parent 0844b917dc
commit 52696c026e
Signed by: Arav
GPG Key ID: 1327FE8A374CC86F

View File

@ -47,8 +47,11 @@ html(lang='en')
each s in .Songs
tr
td= .Time
td= .Artist
td= .Title
if .Listeners > 0
td= .Listeners
else
td
td= .Song
section
p The largest number of simultaneous listeners was #[b 7] at #[time(datetime='2022-02-19') 19 February 2022], and the song was "Röyksopp - 49 Percent".
section