This commit is contained in:
TheErrorExe 2025-07-03 19:42:13 +00:00 committed by GitHub
parent d4c8f66166
commit 8d38195097
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -211,7 +211,7 @@ def get_video():
subprocess.run(ffmpeg_cmd)
return send_file(webm_path, as_attachment=True) if os.path.exists(webm_path) else "", 500
return send_file(webm_path, as_attachment=True)
@app.route('/apiplayer-loader')