feat(cli): Support for triggering an automatic season search in Sonarr

This commit is contained in:
2024-11-22 18:32:35 -07:00
parent 74e9ea17ac
commit 40bb22ef7c
12 changed files with 124 additions and 0 deletions
@@ -7,6 +7,7 @@ mod tests {
use crate::cli::radarr::RadarrCommand;
use crate::cli::Command;
use crate::Cli;
use pretty_assertions::assert_eq;
#[test]
fn test_radarr_list_command_from() {