feat(handlers): Support for the episode details popup

This commit is contained in:
2024-12-12 18:52:27 -07:00
parent 12eb453fc7
commit 82ce38d7b5
8 changed files with 1618 additions and 194 deletions
@@ -409,7 +409,7 @@ impl<'a, 'b> KeyEventHandler<'a, 'b, ActiveSonarrBlock> for SeasonDetailsHandler
}
}
fn releases_sorting_options() -> Vec<SortOption<SonarrRelease>> {
pub(in crate::handlers::sonarr_handlers::library) fn releases_sorting_options() -> Vec<SortOption<SonarrRelease>> {
vec![
SortOption {
name: "Source",