playlists have been stored to redis for faster retrieval; additional work needed (playlist management, typeahead, etc- to move away from SQLite)

This commit is contained in:
2025-07-20 15:50:25 -04:00
parent c42ebbfe53
commit 8603b11438
4 changed files with 79 additions and 81 deletions

View File

@@ -97,7 +97,6 @@ routes: dict = {
"radio": importlib.import_module("endpoints.radio").Radio(
app, util, constants, loop
),
"mgr": importlib.import_module("endpoints.mgr.mgr_test").Mgr(app, util, constants),
"meme": importlib.import_module("endpoints.meme").Meme(app, util, constants),
}