Fix rename webhook targeting using episodeId lookup #39

Merged
sbcrumb merged 1 commits from sonarrissues into dev 2025-10-10 14:17:05 -04:00
Owner

Found that rename events contain episodeId field which can be used to fetch specific episode details. Replaced complex episode data extraction with direct API call to /api/v3/episode/{episodeId} to get season/episode numbers for targeted processing.

This should resolve rename webhooks processing entire series instead of single episodes.

Found that rename events contain episodeId field which can be used to fetch specific episode details. Replaced complex episode data extraction with direct API call to /api/v3/episode/{episodeId} to get season/episode numbers for targeted processing. This should resolve rename webhooks processing entire series instead of single episodes.
sbcrumb added 1 commit 2025-10-10 14:16:59 -04:00
Fix rename webhook targeting using episodeId lookup
Local Docker Build (Dev) / build-dev (pull_request) Successful in 4s
60bd37e8c2
Found that rename events contain episodeId field which can be used to fetch specific episode details. Replaced complex episode data extraction with direct API call to /api/v3/episode/{episodeId} to get season/episode numbers for targeted processing.

This should resolve rename webhooks processing entire series instead of single episodes.
sbcrumb merged commit 76dcc0be33 into dev 2025-10-10 14:17:05 -04:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sbcrumb/nfoguard#39