mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-03-17 23:06:20 +00:00
Merge branch 'develop' into feature/subtitle-customizations
This commit is contained in:
@@ -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],
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user