fix: resolve 500 error on partial lyrics regeneration and fix mobile scrolling by removing overflow: hidden
This commit is contained in:
@@ -466,6 +466,10 @@ async function handleGenerate(req, res) {
|
||||
signal,
|
||||
);
|
||||
|
||||
if (body.section === 'lyrics_partial') {
|
||||
return json(res, { lyrics: content });
|
||||
}
|
||||
|
||||
const parsed = extractJson(content);
|
||||
|
||||
if (body.section === 'all') {
|
||||
|
||||
Reference in New Issue
Block a user