Fix Volume
All checks were successful
Subsonics - Pipeline/pipeline/head This commit looks good

This commit is contained in:
CICD - Pipeline 2023-04-28 17:25:01 +02:00
parent 28ec915144
commit 0fb1d23184

View File

@ -404,7 +404,7 @@ function startServer(client) {
if(player) { if(player) {
player.setVolume(pos * 10) player.setVolume(pos)
} }
actualize() actualize()
@ -658,7 +658,7 @@ function startServer(client) {
data["loop"] = true data["loop"] = true
} }
data["volume"] = player.volume data["volume"] = player.volume * 10
if(player.queue.current) { if(player.queue.current) {