|
|
fd35106df8
|
refactor: Renamed KeyEventHandler::with to KeyEventHandler::new to keep with Rust best practices and conventions
|
2025-01-18 12:43:25 -07:00 |
|
|
|
6c5a73f78f
|
fix(sonarr): Pass the download ID alongside all DeleteDownload events published to the networking channel
|
2024-12-17 22:27:08 -07:00 |
|
|
|
906e093152
|
fix(sonarr): Pass the blocklist item ID alongside the DeleteBlocklistItem event when publishing to the networking channel
|
2024-12-17 22:22:32 -07:00 |
|
|
|
b48a2efb7d
|
fix(blocklist_handler): Fixed a breaking change between Sonarr v3 and v4
|
2024-12-13 20:48:10 -07:00 |
|
|
|
ed2211586e
|
refactor(handlers): Refactored the handlers to all use the handle_table_events macro when appropriate and created tests for the macro so tests don't have to be duplicated across each handler
|
2024-12-11 17:03:52 -07:00 |
|
|
|
048877bbb6
|
refactor(collection_details_handler): use the new handle_table_events macro
|
2024-12-08 14:22:59 -07:00 |
|
|
|
b4de97dfe2
|
refactor(blocklist_handler): Use the new handle_table_events macro
|
2024-12-08 12:39:07 -07:00 |
|
|
|
4b7185fbb0
|
feat(handler): Blocklist handler support
|
2024-12-02 16:37:46 -07:00 |
|