diff --git a/components/settings/DownloadSettings.tsx b/components/settings/DownloadSettings.tsx index 483d895b..6c12440c 100644 --- a/components/settings/DownloadSettings.tsx +++ b/components/settings/DownloadSettings.tsx @@ -13,7 +13,7 @@ export default function DownloadSettings({ ...props }) { const allDisabled = useMemo( () => pluginSettings?.remuxConcurrentLimit?.locked === true && - pluginSettings?.autoDownload.locked === true, + pluginSettings?.autoDownload?.locked === true, [pluginSettings], );