Completed initial implementation of logs, events, and tasks

This commit is contained in:
2023-08-08 10:50:06 -06:00
parent 519778c0ca
commit 460efb2497
16 changed files with 304 additions and 42 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ mod tests {
app.is_loading = true;
let radarr_config = RadarrConfig {
host,
api_token: String::default(),
api_token: String::new(),
port,
};
app.config.radarr = radarr_config;