diff options
author | JayZed <[email protected]> | 2024-01-05 21:43:37 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2024-01-05 21:43:37 -0500 |
commit | 0ac9ecea6e7bae6828441ac3c8eece58f68c88fa (patch) | |
tree | 0d0354f15a56178a2f1878caa4f48f8fc7fdf205 /frontend | |
parent | c0bbd4f150c6a0a48cba5c3d028299e0eec1d316 (diff) | |
download | bazarr-0ac9ecea6e7bae6828441ac3c8eece58f68c88fa.tar.gz bazarr-0ac9ecea6e7bae6828441ac3c8eece58f68c88fa.zip |
Added additional variables for custom post processingv1.4.1-beta.13
Diffstat (limited to 'frontend')
-rw-r--r-- | frontend/src/pages/Settings/Subtitles/index.tsx | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/frontend/src/pages/Settings/Subtitles/index.tsx b/frontend/src/pages/Settings/Subtitles/index.tsx index ee0dda2ce..51d59675e 100644 --- a/frontend/src/pages/Settings/Subtitles/index.tsx +++ b/frontend/src/pages/Settings/Subtitles/index.tsx @@ -99,6 +99,14 @@ const commandOptions: CommandOption[] = [ description: "Provider of the subtitle file", }, { + option: "uploader", + description: "Uploader of the subtitle file", + }, + { + option: "release_info", + description: "Release info for the subtitle file", + }, + { option: "series_id", description: "Sonarr series ID (Empty if movie)", }, |