add: track last.fm status update time
This commit is contained in:
parent
0765156697
commit
c7235158c2
2 changed files with 3 additions and 0 deletions
|
@ -855,6 +855,8 @@ if state and state.data %}
|
|||
<b>Listening on</b>
|
||||
{{ icon "last_fm" }}
|
||||
</div>
|
||||
|
||||
<span class="fade date short">{{ state.data.timestamp }}</span>
|
||||
</div>
|
||||
|
||||
<div class="card secondary flex gap-2">
|
||||
|
|
|
@ -675,6 +675,7 @@
|
|||
},
|
||||
data: {
|
||||
id: playing.mbid,
|
||||
timestamp: new Date().getTime().toString(),
|
||||
// track
|
||||
track: playing.name,
|
||||
artist: playing.artist.name,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue