New last played table rows: time, listeners and song. If there was no listeners then this col is empty.
This commit is contained in:
parent
0844b917dc
commit
52696c026e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user