refactor: complete chain entrypoint slicing

This commit is contained in:
jxxghp
2026-08-22 22:31:24 +08:00
parent cc967741d8
commit 16f7d65640
6 changed files with 206 additions and 63 deletions
+2
View File
@@ -554,6 +554,8 @@ class MediaServerChain(ChainBase):
global_media_total=global_media_total,
global_media_finished=global_media_finished,
)
if global_vars.is_system_stopped:
return
total_count += server_count
logger.info(f"媒体服务器 {server_name} 数据同步完成,总同步数量:{total_count}")
if progress_callback: