Fixed bug in collection details table that showed context for main collections table

This commit is contained in:
2023-08-08 10:50:05 -06:00
parent 3af3eddf71
commit 4fa2ce6aee
+1 -5
View File
@@ -118,11 +118,7 @@ fn draw_collection_details<B: Backend>(f: &mut Frame<'_, B>, app: &mut App, cont
Constraint::Percentage(18),
Constraint::Percentage(30),
],
help: app
.data
.radarr_data
.main_tabs
.get_active_tab_contextual_help(),
help: None,
},
|movie| {
let (hours, minutes) = convert_runtime(movie.runtime.as_u64().unwrap());