feat: replace synchronous requests with asynchronous counterparts for improved performance

This commit is contained in:
2026-01-25 00:14:14 +03:00
parent cfa2681ba3
commit bae10edc99
4 changed files with 37 additions and 23 deletions
+2
View File
@@ -54,4 +54,6 @@ pub struct AudioPlayerState {
pub current_input: String,
pub all_inputs: HashMap<String, String>,
pub is_daemon_running: bool,
}