feat(cli): Sonarr CLI support for fetching all episodes for a given series

This commit is contained in:
2024-11-15 15:14:34 -07:00
parent 6dffc90e92
commit 1fe95d057b
4 changed files with 68 additions and 9 deletions
+2 -2
View File
@@ -80,8 +80,8 @@ mod tests {
assert!(result.is_ok());
if let Some(Command::Radarr(RadarrCommand::List(refresh_command))) = result.unwrap().command {
assert_eq!(refresh_command, expected_args);
if let Some(Command::Radarr(RadarrCommand::List(credits_command))) = result.unwrap().command {
assert_eq!(credits_command, expected_args);
}
}