fix(sonarr): Pass events alongside all GetLogs events when publishing to the networking channel

This commit is contained in:
2024-12-18 00:07:59 -07:00
parent 64ecc38073
commit 924f8d5eff
6 changed files with 10 additions and 81 deletions
+1 -1
View File
@@ -465,7 +465,7 @@ mod tests {
);
assert_eq!(
sync_network_rx.recv().await.unwrap(),
SonarrEvent::GetLogs(None).into()
SonarrEvent::GetLogs(500).into()
);
assert!(!app.data.sonarr_data.prompt_confirm);
assert_eq!(app.tick_count, 0);