Version 2.0.4-b - Ajout résiduel de CSS
Some checks failed
Subsonics Deployment / deploy (push) Failing after 4s

This commit is contained in:
Raphael 2024-04-16 08:17:47 +00:00
parent a8f725646b
commit 96376083fd
3 changed files with 6 additions and 3 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "subsonics-web",
"version": "2.0.0",
"version": "2.0.4",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "subsonics-web",
"version": "2.0.0",
"version": "2.0.4",
"dependencies": {
"cookie": "^0.5.0",
"cookie-parser": "^1.4.6",

View File

@ -241,8 +241,11 @@ module.exports.addSong = async function (data, userId, quick, playlist) {
} else {
songs = await client.manager.search(data.uri)
}
if(quick) {
player.play(songs.tracks[0])

View File

@ -306,7 +306,7 @@ button:hover {
}
.durationBar {
/* display: flex; */
display: flex;
align-items: center;
}