mirror of
https://github.com/sct/overseerr.git
synced 2025-12-26 16:27:17 +01:00
When a series is requested, an event is triggered by TypeORM after the request status has been updated. The function executed by this event updated the request status to "PROCESSING", even if the request already had this status. This triggered the same function once again, which repeated the update, in an endless loop.