updating songs now works
This commit is contained in:
parent
95fb1d86d8
commit
49e1e767c3
5 changed files with 110 additions and 56 deletions
3
Cargo.lock
generated
3
Cargo.lock
generated
|
@ -5498,6 +5498,8 @@ dependencies = [
|
|||
"sha2",
|
||||
"smallvec",
|
||||
"thiserror 2.0.11",
|
||||
"tokio",
|
||||
"tokio-stream",
|
||||
"tracing",
|
||||
"url",
|
||||
]
|
||||
|
@ -5537,6 +5539,7 @@ dependencies = [
|
|||
"sqlx-sqlite",
|
||||
"syn 2.0.98",
|
||||
"tempfile",
|
||||
"tokio",
|
||||
"url",
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue