refactor: Improved error handling project-wide and cleaned up some regexes with unnecessary escapes (tail_logs and interpolate_env_vars)

This commit is contained in:
2025-12-04 09:03:58 -07:00
parent e50fb88bfc
commit cba53e0841
21 changed files with 577 additions and 244 deletions
+1 -1
View File
@@ -472,7 +472,7 @@ fn draw_manual_search_confirm_prompt(f: &mut Frame<'_>, app: &mut App<'_>) {
.radarr_data
.movie_details_modal
.as_ref()
.unwrap()
.expect("movie_details_modal must exist in this context")
.movie_releases
.current_selection();
let title = if current_selection.rejected {