Fix rename webhook targeting using episodeId lookup
Local Docker Build (Dev) / build-dev (pull_request) Successful in 4s

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.
This commit is contained in:
2025-10-10 14:16:05 -04:00
parent e03249bb36
commit 60bd37e8c2
2 changed files with 31 additions and 46 deletions
+1 -1
View File
@@ -1 +1 @@
2.0.18
2.0.19