Refactor: Ohli24 UI refinement and mobile responsiveness fixes

This commit is contained in:
2026-01-05 02:45:40 +09:00
parent bda7d16c1c
commit 883b8d172b
11 changed files with 75 additions and 40 deletions

View File

@@ -690,7 +690,7 @@ class LogicAniLife(AnimeModuleBase):
"msg": "%s 개의 에피소드를 큐에 추가 하였습니다." % count,
}
socketio.emit(
"notify", notify, namespace="/framework", broadcast=True
"notify", notify, namespace="/framework"
)
thread = threading.Thread(target=func, args=())
thread.daemon = True