feat(handler): Full handler support for the Season details UI in Sonarr
This commit is contained in:
@@ -106,7 +106,7 @@ impl DrawUi for SeriesDetailsUi {
|
||||
};
|
||||
|
||||
draw_popup(f, app, draw_series_details_popup, Size::XXLarge);
|
||||
|
||||
|
||||
if SeasonDetailsUi::accepts(route) {
|
||||
SeasonDetailsUi::draw(f, app, area);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user