Updated the ytmusic cookies situation
CI / check (push) Failing after 1m17s
CI / docker (push) Has been skipped

This commit is contained in:
Connor Johnstone
2026-03-20 13:38:49 -04:00
parent 80747a44a0
commit d3f4dc33d5
6 changed files with 42 additions and 5 deletions
+4
View File
@@ -67,8 +67,12 @@ async fn main() -> anyhow::Result<()> {
config: std::sync::Arc::new(tokio::sync::RwLock::new(config)),
config_path,
tasks: TaskManager::new(),
firefox_login: tokio::sync::Mutex::new(None),
});
// Start background cookie refresh task
shanty_web::cookie_refresh::spawn(state.config.clone());
// Resolve static files directory
let static_dir = std::env::current_exe()
.ok()