feat: multiple delivery targets (FTP/SFTP), per-preset wiring; The Frame -> TheFrame-Backgrounds gallery
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01XNQ8ghPfzAfsyVYd6HgFb6
This commit is contained in:
@@ -49,6 +49,7 @@ export const POST: APIRoute = async ({ request, locals }) => {
|
||||
prompt_text: promptText || null,
|
||||
delivery: snapshot.delivery || 'library',
|
||||
picdrop_gallery: snapshot.picdrop_gallery ?? null,
|
||||
delivery_target_id: snapshot.delivery_target_id ?? null,
|
||||
};
|
||||
|
||||
const total = (mode === 'each') ? sources.length : 1;
|
||||
|
||||
Reference in New Issue
Block a user