mirror of
https://github.com/purrgrammer/grimoire.git
synced 2026-04-09 15:07:10 +02:00
fix: pass mediaType and blobUrl props to BlossomViewer (#234)
The --type flag for blossom blob command was being parsed correctly but the mediaType and blobUrl props were not forwarded from WindowRenderer to BlossomViewer, causing the preview to always show "preview not available". https://claude.ai/code/session_018edX9kUcEudJzwuFCGh1xf Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -230,6 +230,8 @@ export function WindowRenderer({ window, onClose }: WindowRendererProps) {
|
||||
sourceUrl={window.props.sourceUrl}
|
||||
targetServer={window.props.targetServer}
|
||||
sha256={window.props.sha256}
|
||||
blobUrl={window.props.blobUrl}
|
||||
mediaType={window.props.mediaType}
|
||||
/>
|
||||
);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user