Fixed bug in collection details table that showed context for main collections table
This commit is contained in:
@@ -118,11 +118,7 @@ fn draw_collection_details<B: Backend>(f: &mut Frame<'_, B>, app: &mut App, cont
|
|||||||
Constraint::Percentage(18),
|
Constraint::Percentage(18),
|
||||||
Constraint::Percentage(30),
|
Constraint::Percentage(30),
|
||||||
],
|
],
|
||||||
help: app
|
help: None,
|
||||||
.data
|
|
||||||
.radarr_data
|
|
||||||
.main_tabs
|
|
||||||
.get_active_tab_contextual_help(),
|
|
||||||
},
|
},
|
||||||
|movie| {
|
|movie| {
|
||||||
let (hours, minutes) = convert_runtime(movie.runtime.as_u64().unwrap());
|
let (hours, minutes) = convert_runtime(movie.runtime.as_u64().unwrap());
|
||||||
|
|||||||
Reference in New Issue
Block a user