diff --git a/src/components/Settings/SettingsPlex.tsx b/src/components/Settings/SettingsPlex.tsx index 5c6e31906..44d9b857c 100644 --- a/src/components/Settings/SettingsPlex.tsx +++ b/src/components/Settings/SettingsPlex.tsx @@ -19,6 +19,7 @@ const SettingsPlex: React.FC = () => { hostname: data?.ip, port: data?.port, }, + enableReinitialize: true, onSubmit: async (values) => { setIsUpdating(true); try {