fixed progressbar on remote screen going too fast

This commit is contained in:
janis
2022-11-05 15:17:07 +01:00
parent e9a43a7bb9
commit 3eda98c78c
4 changed files with 17 additions and 3 deletions

View File

@@ -44,6 +44,7 @@ app.get('/upcomingsongs', (request, response) => {
})
app.get('/songmaxlength', (request, response) => {
console.log(songmaxlength)
response.send(songmaxlength)
})