Fix copy images

This commit is contained in:
hlohaus
2025-06-17 08:30:08 +02:00
parent c508b79765
commit 4bd1b8652c
2 changed files with 3 additions and 1 deletions

View File

@@ -260,6 +260,7 @@ class Backend_Api(Api):
buffer.get_list(),
buffer.get("cookies"),
buffer.get("headers"),
None,
request.args.get("prompt")
)).pop()
elif isinstance(buffer, AudioResponse):