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
|
@ -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