feat: refactor audio token management and implement cover art retrieval
All checks were successful
Build and Push Docker Image / docker (push) Successful in 9s

This commit is contained in:
2025-09-04 22:52:52 +02:00
parent 10a992c048
commit d89647cd5e
6 changed files with 194 additions and 184 deletions

40
.vscode/tasks.json vendored
View File

@@ -1,22 +1,20 @@
{
"version": "2.0.0",
"tasks": [
{
"label": "start-dev",
"type": "shell",
"command": "npm run start",
"isBackground": false,
"problemMatcher": [
"$eslint-stylish"
],
"group": "build"
},
{
"label": "start-dev",
"type": "shell",
"command": "npm run start",
"isBackground": false,
"group": "build"
}
]
}
"version": "2.0.0",
"tasks": [
{
"label": "start-dev",
"type": "shell",
"command": "npm run start",
"isBackground": false,
"problemMatcher": ["$eslint-stylish"],
"group": "build"
},
{
"label": "start-dev",
"type": "shell",
"command": "npm run start",
"isBackground": false,
"group": "build"
}
]
}