Fix TV rename webhooks: Implement targeted episode processing

- Extract episode info from episodeFile when webhook.episodes is empty for rename events
- Create proper episode data structure for process_webhook_episodes method
- Prevents full series processing (177 episodes) for single episode renames
- Dramatically improves performance for rename operations
- Version bump to 2.0.11

Resolves issue where rename webhooks were falling back to full series processing instead of targeted mode.
This commit is contained in:
2025-10-09 18:10:11 -04:00
parent 84322d91d0
commit e897656396
2 changed files with 21 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
2.0.10
2.0.11