Added the playlist generator

This commit is contained in:
Connor Johnstone
2026-03-20 18:09:47 -04:00
parent 9d6c0e31c1
commit ea6a6410f3
17 changed files with 962 additions and 116 deletions

View File

@@ -15,6 +15,7 @@ shanty-tag = { path = "../shanty-tag" }
shanty-org = { path = "../shanty-org" }
shanty-watch = { path = "../shanty-watch" }
shanty-dl = { path = "../shanty-dl" }
shanty-playlist = { path = "../shanty-playlist" }
shanty-search = { path = "../shanty-search" }
sea-orm = { version = "1", features = ["sqlx-sqlite", "runtime-tokio-native-tls"] }
actix-web = "4"