[webapp] Add debug logging to search functionality

- Bump Cargo.lock version from v0.3.41 to v0.3.52
- Add console.log statements in ServerDrawer.vue and useMediaServers.ts to trace search flow: handleSearch call, server ID/query passed in API request
- Include logging for number of entries returned by search
This commit is contained in:
2026-04-08 09:01:05 +02:00
parent 4c70a939cd
commit 4b7c482bf3
3 changed files with 5 additions and 1 deletions

2
Cargo.lock generated
View File

@@ -4,7 +4,7 @@ version = 4
[[package]]
name = "PMOMusic"
version = "0.3.39"
version = "0.3.40"
dependencies = [
"axum 0.8.7",
"console-subscriber",