fix: quit recording when error

This commit is contained in:
Xinrea
2025-10-25 18:44:52 +08:00
parent c5165c752d
commit ee714c855b

View File

@@ -113,6 +113,7 @@ impl HlsRecorder {
_ => {
// Other errors are not critical, just log it
log::error!("[{}]Update entries error: {}", self.room_id, e);
return Err(e);
}
}
}