Show most listened song on a page.
This commit is contained in:
parent
e84a811a1d
commit
2b47748c30
@ -55,6 +55,9 @@ html(lang='en')
|
||||
else
|
||||
td
|
||||
td= song.Song
|
||||
- ml := radio.MostListened()
|
||||
if ml.Song != ""
|
||||
p Most listened song was "#{ml.Song}" on #{ml.DateString()} with #[b #{ml.Listeners}] listeners.
|
||||
section
|
||||
h2 Privacy statements
|
||||
p Logs are collected and include access date and time, IP-address, User-Agent, referer URL, request. This website makes use of JavaScript to update a radio status and last #{songsNum} songs list.
|
||||
|
Loading…
Reference in New Issue
Block a user