From 35dfa2483b2c0ad2e67091d59d9351ed284515cf Mon Sep 17 00:00:00 2001 From: bpoxy Date: Mon, 3 Jul 2023 14:51:55 -0600 Subject: [PATCH] Added description of "provider" to post-processing option --- frontend/src/pages/Settings/Subtitles/index.tsx | 4 ++++ 1 file changed, 4 insertions(+) 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)",