Township: allow keyframes/keyframe scopes in /matches/render

The render endpoint's scope allowlist rejected the new keyframe-regen
scopes with a 400 before reaching the handler. Add them so the
"Regenerate keyframes" / per-clip kf↻ buttons work.
Co-Authored-By: 's avatarClaude Opus 4.8 <noreply@anthropic.com>
parent 80f48d72
......@@ -5086,7 +5086,7 @@ async function pollJob(){
scope = _fv("scope")
if scope not in ("match-clips", "clip", "reassemble", "outcomes",
"outcome", "enhance"):
"outcome", "enhance", "keyframes", "keyframe"):
self._send(400, "application/json",
_j.dumps({"error": "invalid scope"}))
return
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment