revert 203af461fd
Some checks failed
Subsonics Deployment / deploy (push) Failing after 5s

revert Version 2.0.4-b - Ajout résiduel de CSS
This commit is contained in:
Raphael 2024-04-16 08:16:50 +00:00
parent 9d5e612d3b
commit a8f725646b
3 changed files with 4 additions and 7 deletions

4
package-lock.json generated
View File

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

View File

@ -237,15 +237,12 @@ module.exports.addSong = async function (data, userId, quick, playlist) {
if(playlist) {
songs = await client.manager.search(data)
} 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;
}