fix: user connection song duration ui

This commit is contained in:
trisua 2025-06-26 13:46:37 -04:00
parent 87b61d7717
commit f622fb1125
2 changed files with 7 additions and 7 deletions

View file

@ -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(),
},
},