fix: user connection song duration ui
This commit is contained in:
parent
87b61d7717
commit
f622fb1125
2 changed files with 7 additions and 7 deletions
|
@ -1134,7 +1134,7 @@
|
|||
artist: playing.artist.name,
|
||||
album: playing.album["#text"],
|
||||
// times
|
||||
timestamp: new Date().getTime().toString(),
|
||||
timestamp: Date.now().toString(),
|
||||
duration_ms: (mb_info.length || 0).toString(),
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue