diff --git a/controller/api/bilirecorder_blueprint.py b/controller/api/bilirecorder_blueprint.py index beb1385..96c8827 100644 --- a/controller/api/bilirecorder_blueprint.py +++ b/controller/api/bilirecorder_blueprint.py @@ -106,7 +106,7 @@ def collect_danmaku_files(workflow: Optional[Workflow]): try: start_time_ts = get_file_start(danmaku_file) except DanmakuException: - start_time_ts = None + continue danmaku = DanmakuClip() danmaku.file = relpath danmaku.base_path = BILILIVE_RECORDER_DIRECTORY