From 89fb0d9624893ad1365c1e2cc84855f472402698 Mon Sep 17 00:00:00 2001 From: Gauvain Date: Tue, 2 Jun 2026 23:20:10 +0200 Subject: [PATCH] chore(seerr): remove early-stage warning notice and stale optimize-server reference Removes the red 'early stages' notice on the Seer plugin page (and its jellyseerr_warning key), and drops the deprecated optimize-server mention from the welcome screen downloads description. (Pre-release cleanup, Chris's list.) --- components/settings/Jellyseerr.tsx | 3 --- translations/en.json | 3 +-- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/components/settings/Jellyseerr.tsx b/components/settings/Jellyseerr.tsx index 470d40a2e..436b46c43 100644 --- a/components/settings/Jellyseerr.tsx +++ b/components/settings/Jellyseerr.tsx @@ -115,9 +115,6 @@ export const JellyseerrSettings = () => { ) : ( - - {t("home.settings.plugins.jellyseerr.jellyseerr_warning")} - {t("home.settings.plugins.jellyseerr.server_url")} diff --git a/translations/en.json b/translations/en.json index b8e64df03..d3d7d1c2a 100644 --- a/translations/en.json +++ b/translations/en.json @@ -108,7 +108,7 @@ "features_description": "Streamyfin has a bunch of features and integrates with a wide array of software which you can find in the settings menu, these include:", "jellyseerr_feature_description": "Connect to your Seerr instance and request movies directly in the app.", "downloads_feature_title": "Downloads", - "downloads_feature_description": "Download movies and tv-shows to view offline. Use either the default method or install the optimize server to download files in the background.", + "downloads_feature_description": "Download movies and tv-shows to view offline.", "chromecast_feature_description": "Cast movies and tv-shows to your Chromecast devices.", "centralised_settings_plugin_title": "Centralised Settings Plugin", "centralised_settings_plugin_description": "Configure settings from a centralised location on your Jellyfin server. All client settings for all users will be synced automatically.", @@ -384,7 +384,6 @@ "plugins": { "plugins_title": "Plugins", "jellyseerr": { - "jellyseerr_warning": "This integration is in its early stages. Expect things to change.", "server_url": "Server URL", "server_url_hint": "Example: http(s)://your-host.url\n(add port if required)", "server_url_placeholder": "Seerr URL",