diff --git a/frontend/src/components/JobDetailDialog.jsx b/frontend/src/components/JobDetailDialog.jsx index e9b2380..804d5ce 100644 --- a/frontend/src/components/JobDetailDialog.jsx +++ b/frontend/src/components/JobDetailDialog.jsx @@ -487,7 +487,7 @@ export default function JobDetailDialog({ const allSettings = (res?.categories || []).flatMap((c) => c.settings || []); const val = allSettings.find((s) => s.key === 'ui_expert_mode')?.value; setExpertMode(val === 'true' || val === true); - }).catch(() => {}); + }).catch(() => { }); }, []); const mkDone = Boolean(job?.ripSuccessful) || !job?.makemkvInfo || job?.makemkvInfo?.status === 'SUCCESS'; @@ -852,23 +852,24 @@ export default function JobDetailDialog({ ) : null} {/* Titel-Liste */} - {Array.isArray(job.encodePlan?.titles) && job.encodePlan.titles.length > 0 ? ( -