0.13.1-12 Fix

This commit is contained in:
2026-04-17 19:05:33 +00:00
parent fc67e2264b
commit 010c96461c
9 changed files with 36 additions and 20 deletions
@@ -1391,6 +1391,7 @@ export default function MediaInfoReviewPanel({
onEpisodeFillStartChange = null,
episodeAssignmentsByTitle = {},
onEpisodeAssignmentChange = null,
allowEpisodeAssignments = false,
availableScripts = [],
availableChains = [],
preEncodeItems = [],
@@ -2393,7 +2394,7 @@ export default function MediaInfoReviewPanel({
</span>
</label>
{titleChecked ? (
{allowEpisodeAssignments && titleChecked ? (
<div className="episode-title-input-row">
<label htmlFor={`episode-title-${title.id}`}>Episodentitel</label>
<input