user_idle_processor: add missing parent cleanup()
This commit is contained in:
@@ -156,6 +156,7 @@ class UserIdleProcessor(FrameProcessor):
|
||||
|
||||
async def cleanup(self) -> None:
|
||||
"""Cleans up resources when processor is shutting down."""
|
||||
await super().cleanup()
|
||||
if self._idle_task: # Only stop if task exists
|
||||
await self._stop()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user