0.9.1-2 Metadata Fix

This commit is contained in:
2026-03-14 09:32:13 +00:00
parent 241b097ea9
commit 59bcb54492
9 changed files with 57 additions and 13 deletions

View File

@@ -294,6 +294,7 @@ export default function PipelineStatusCard({
onAnalyze,
onReanalyze,
onOpenMetadata,
onReassignOmdb,
onStart,
onRemoveFromQueue,
onRestartEncode,
@@ -653,6 +654,17 @@ export default function PipelineStatusCard({
/>
) : null}
{!running && state !== 'METADATA_SELECTION' && state !== 'WAITING_FOR_USER_DECISION' && state !== 'IDLE' && state !== 'DISC_DETECTED' && retryJobId && typeof onReassignOmdb === 'function' ? (
<Button
label="OMDb neu zuordnen"
icon="pi pi-search"
severity="secondary"
size="small"
onClick={() => onReassignOmdb?.(retryJobId)}
loading={busy}
/>
) : null}
{state === 'READY_TO_START' && retryJobId ? (
<Button
label="Job starten"