From fb8677f29cfe2a7f0e0c465a1a742be119517886 Mon Sep 17 00:00:00 2001 From: Gauthier Date: Fri, 13 Jun 2025 21:47:56 +0200 Subject: [PATCH] fix(settings): add a tip for youtube URL setting (#1714) This PR adds a tip explaining what is the purpose of the new 'Youtube URL' setting. --- src/components/Settings/SettingsMain/index.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/components/Settings/SettingsMain/index.tsx b/src/components/Settings/SettingsMain/index.tsx index d4f52d1b..1d3dd68b 100644 --- a/src/components/Settings/SettingsMain/index.tsx +++ b/src/components/Settings/SettingsMain/index.tsx @@ -66,6 +66,8 @@ const messages = defineMessages('components.Settings.SettingsMain', { enableSpecialEpisodes: 'Allow Special Episodes Requests', locale: 'Display Language', youtubeUrl: 'YouTube URL', + youtubeUrlTip: + 'Base URL for YouTube videos if a self-hosted YouTube instance is used.', validationUrl: 'You must provide a valid URL', validationUrlTrailingSlash: 'URL must not end in a trailing slash', }); @@ -536,6 +538,9 @@ const SettingsMain = () => {