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
@@ -30,6 +30,7 @@ mod tests {
test_iterable_scroll!(
test_movies_scroll,
LibraryHandler,
radarr_data,
movies,
simple_stateful_iterable_vec!(Movie, HorizontallyScrollableText),
ActiveRadarrBlock::Movies,
@@ -134,6 +135,7 @@ mod tests {
test_iterable_home_and_end!(
test_movies_home_end,
LibraryHandler,
radarr_data,
movies,
extended_stateful_iterable_vec!(Movie, HorizontallyScrollableText),
ActiveRadarrBlock::Movies,