autoplay fixed

This commit is contained in:
2026-02-14 21:33:20 -06:00
parent 22dab3e3ee
commit 6223bb88b4
3 changed files with 309 additions and 36 deletions

View File

@@ -8,5 +8,6 @@ authors = ["Christopher Warren Johnson III"]
ratatui = "0.30.0"
color-eyre = "0.6.3"
crossterm = "0.29.0"
serde_json ="1"
reqwest = { version = "0.12", default-features = false, features = ["blocking", "json", "rustls-tls"] }
serde = { version = "1", features = ["derive"] }