feat(app): Dispatch support for all relevant Sonarr blocks

This commit is contained in:
2024-11-27 17:06:20 -07:00
parent 73a4129000
commit f139db07d9
86 changed files with 4075 additions and 3005 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ pub fn ui(f: &mut Frame<'_>, app: &mut App<'_>) {
draw_header_row(f, app, header_area);
if RadarrUi::accepts(*app.get_current_route()) {
if RadarrUi::accepts(app.get_current_route()) {
RadarrUi::draw_context_row(f, app, context_area);
RadarrUi::draw(f, app, table_area);
}