fix(radarr): Pass the number of log events to fetch in with the GetLogs event when publishing to the networking channel
This commit is contained in:
@@ -282,7 +282,7 @@ mod tests {
|
||||
);
|
||||
assert_eq!(
|
||||
sync_network_rx.recv().await.unwrap(),
|
||||
RadarrEvent::GetLogs(None).into()
|
||||
RadarrEvent::GetLogs(500).into()
|
||||
);
|
||||
assert!(!app.data.radarr_data.prompt_confirm);
|
||||
assert_eq!(app.tick_count, 0);
|
||||
|
||||
Reference in New Issue
Block a user