Fixed a notice, since now info is being updated on a song reach its end.
This commit is contained in:
parent
78b2740c58
commit
8c0d070b41
@ -52,7 +52,7 @@ html(lang='en')
|
|||||||
p Now playing: #[span#radio-song ] ( #[span#radio-duration-estimate ] #[span#radio-duration ] )
|
p Now playing: #[span#radio-song ] ( #[span#radio-duration-estimate ] #[span#radio-duration ] )
|
||||||
p Current/peak listeners: #[span#radio-listeners #{listeners.Current()}] / #[span#radio-listener-peak #{listeners.Peak()}]
|
p Current/peak listeners: #[span#radio-listeners #{listeners.Current()}] / #[span#radio-listener-peak #{listeners.Peak()}]
|
||||||
p
|
p
|
||||||
small Notice: information updates every 45 seconds. But you can #[button#radio-update update] it forcibly.
|
small Notice: information updates every new song. But you can #[button#radio-update update] it forcibly.
|
||||||
section
|
section
|
||||||
h2 Last #{songList.MaxLen()} songs
|
h2 Last #{songList.MaxLen()} songs
|
||||||
table#last-songs
|
table#last-songs
|
||||||
|
Loading…
Reference in New Issue
Block a user