updates to api and logging
This commit is contained in:
@@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.4.0] - 2025-09-08
|
||||
### Changed
|
||||
- Switched to using Radarr's numeric event types for more reliable import detection
|
||||
- Added constants for EVENT_TYPE_GRABBED (1), IMPORTED (3), etc.
|
||||
- Removed legacy string-based event type checks
|
||||
- Improved event type parsing and validation
|
||||
### Changed
|
||||
- Added documentation for Radarr API event types (1=grabbed, 3=imported)
|
||||
- Improved event type detection using Radarr's internal event type IDs
|
||||
- Removed old string-based event type checks in favor of numeric IDs
|
||||
|
||||
## [0.3.8] - 2025-09-08
|
||||
### Changed
|
||||
- Use Radarr's numeric EventType (3="Imported") for more accurate import date detection
|
||||
|
||||
Reference in New Issue
Block a user