mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-20 20:29:06 +00:00
server: add audio_location and move to external storage if possible
This commit is contained in:
@@ -119,8 +119,7 @@ class PipelineRunner(BaseModel):
|
||||
self._logger.exception("Runner error")
|
||||
await self._set_status("error")
|
||||
self._ev_done.set()
|
||||
if self.on_ended:
|
||||
await self.on_ended()
|
||||
raise
|
||||
|
||||
async def cmd_push(self, data):
|
||||
if self._is_first_push:
|
||||
|
||||
Reference in New Issue
Block a user