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
|
each s in .Songs
|
||||||
tr
|
tr
|
||||||
td= .Time
|
td= .Time
|
||||||
td= .Artist
|
if .Listeners > 0
|
||||||
td= .Title
|
td= .Listeners
|
||||||
|
else
|
||||||
|
td
|
||||||
|
td= .Song
|
||||||
section
|
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".
|
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
|
section
|
||||||
|
Loading…
Reference in New Issue
Block a user