feat(server): bump deemix@0.0.7; wip(webui): queue restoring

This commit is contained in:
Roberto Tonino
2021-05-20 21:23:00 +02:00
parent 6b13916763
commit 6fa5057697
4 changed files with 7 additions and 7 deletions

View File

@@ -6,7 +6,7 @@ const path: ApiHandler['path'] = '/getQueue'
// let homeCache: any
const handler: ApiHandler['handler'] = (req, res) => {
const handler: ApiHandler['handler'] = (_, res) => {
const result = {
queue,
order: queueOrder,