You've already forked my-video-workflow
获取当前录播工作流item
This commit is contained in:
@ -157,3 +157,9 @@ def bilirecorder_event():
|
||||
commit_item()
|
||||
item = safe_get_item()
|
||||
return jsonify(item.to_dict())
|
||||
|
||||
|
||||
@blueprint.get("/")
|
||||
def query_current_status():
|
||||
item = safe_get_item()
|
||||
return jsonify(item.to_dict())
|
||||
|
Reference in New Issue
Block a user