From ceac74dbfa705e12e940065b047a8fe533b61a74 Mon Sep 17 00:00:00 2001 From: Uruk Date: Sun, 11 Jan 2026 20:09:48 +0100 Subject: [PATCH] refactor: remove unused download settings components Removes empty download settings component files and simplifies download feature description in translations. The download settings components contained only placeholder implementations that returned null, indicating they were not in use. Updates the feature description to remove references to optimized server and background downloads, providing a clearer and more straightforward explanation of the download functionality. --- components/settings/DownloadSettings.tsx | 3 --- components/settings/DownloadSettings.tv.tsx | 3 --- translations/en.json | 2 +- 3 files changed, 1 insertion(+), 7 deletions(-) delete mode 100644 components/settings/DownloadSettings.tsx delete mode 100644 components/settings/DownloadSettings.tv.tsx diff --git a/components/settings/DownloadSettings.tsx b/components/settings/DownloadSettings.tsx deleted file mode 100644 index 3a0017ac..00000000 --- a/components/settings/DownloadSettings.tsx +++ /dev/null @@ -1,3 +0,0 @@ -export default function DownloadSettings() { - return null; -} diff --git a/components/settings/DownloadSettings.tv.tsx b/components/settings/DownloadSettings.tv.tsx deleted file mode 100644 index 3a0017ac..00000000 --- a/components/settings/DownloadSettings.tv.tsx +++ /dev/null @@ -1,3 +0,0 @@ -export default function DownloadSettings() { - return null; -} diff --git a/translations/en.json b/translations/en.json index 442f5872..d80fe470 100644 --- a/translations/en.json +++ b/translations/en.json @@ -98,7 +98,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 optimized 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.",