feat(handlers): Sonarr key support for the Series table

This commit is contained in:
2024-12-01 13:48:48 -07:00
parent 21911f93d1
commit c3fb5dcd5f
19 changed files with 2900 additions and 82 deletions
@@ -34,6 +34,7 @@ mod tests {
test_iterable_scroll!(
test_collections_scroll,
CollectionsHandler,
radarr_data,
collections,
simple_stateful_iterable_vec!(Collection, HorizontallyScrollableText),
ActiveRadarrBlock::Collections,
@@ -153,6 +154,7 @@ mod tests {
test_iterable_home_and_end!(
test_collections_home_end,
CollectionsHandler,
radarr_data,
collections,
extended_stateful_iterable_vec!(Collection, HorizontallyScrollableText),
ActiveRadarrBlock::Collections,