revert 203af461fd52c6140f2424a7a42ba8e2247536be
Some checks failed
Subsonics Deployment / deploy (push) Failing after 5s
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:
parent
9d5e612d3b
commit
a8f725646b
4
package-lock.json
generated
4
package-lock.json
generated
@ -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",
|
||||
|
@ -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])
|
||||
|
@ -306,7 +306,7 @@ button:hover {
|
||||
}
|
||||
|
||||
.durationBar {
|
||||
display: flex;
|
||||
/* display: flex; */
|
||||
align-items: center;
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user