diff --git a/frontend/src/pages/Settings/Subtitles/index.tsx b/frontend/src/pages/Settings/Subtitles/index.tsx index ffd3e2774..67920e3fb 100644 --- a/frontend/src/pages/Settings/Subtitles/index.tsx +++ b/frontend/src/pages/Settings/Subtitles/index.tsx @@ -92,6 +92,10 @@ const commandOptions: CommandOption[] = [ option: "subtitle_id", description: "Provider ID of the subtitle file", }, + { + option: "provider", + description: "Provider of the subtitle file", + }, { option: "series_id", description: "Sonarr series ID (Empty if movie)",