feat: get songs from jellyfin
This commit is contained in:
parent
49cf01c668
commit
12ad788452
7 changed files with 131 additions and 18 deletions
|
|
@ -7,6 +7,7 @@ edition = "2024"
|
|||
anyhow = "1.0.100"
|
||||
chrono = { version = "0.4.42", features = ["serde"] }
|
||||
clap = { version = "4.5.49", features = ["derive"] }
|
||||
rand = "0.9.2"
|
||||
reqwest = { version = "0.12.24", features = ["gzip", "json"] }
|
||||
serde = "1.0.228"
|
||||
serde_json = "1.0.145"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue