fix: Jellyseerr url input

This commit is contained in:
herrrta
2025-02-19 21:07:50 -05:00
parent 1e5c021c93
commit 8b955578a2

View File

@@ -135,7 +135,7 @@ export const JellyseerrSettings = () => {
placeholder={t(
"home.settings.plugins.jellyseerr.server_url_placeholder"
)}
value={settings?.jellyseerrServerUrl ?? jellyseerrServerUrl}
value={jellyseerrServerUrl ?? settings?.jellyseerrServerUrl}
defaultValue={
settings?.jellyseerrServerUrl ?? jellyseerrServerUrl
}