diff --git a/src/components/Settings/SettingsJellyfin.tsx b/src/components/Settings/SettingsJellyfin.tsx index 74f757140..a627f6d31 100644 --- a/src/components/Settings/SettingsJellyfin.tsx +++ b/src/components/Settings/SettingsJellyfin.tsx @@ -622,6 +622,29 @@ const SettingsJellyfin: React.FC = ({ /> + + )} +
+ +
+
+ +
+ {errors.apiKey && touched.apiKey && ( +
{errors.apiKey}
+ )} +
+
+ {showAdvancedSettings && ( + <>
-
- -
-
- -
- {errors.apiKey && touched.apiKey && ( -
{errors.apiKey}
- )} -
-