summaryrefslogtreecommitdiffhomepage
path: root/frontend
diff options
context:
space:
mode:
authorJayZed <[email protected]>2024-01-05 21:43:37 -0500
committerGitHub <[email protected]>2024-01-05 21:43:37 -0500
commit0ac9ecea6e7bae6828441ac3c8eece58f68c88fa (patch)
tree0d0354f15a56178a2f1878caa4f48f8fc7fdf205 /frontend
parentc0bbd4f150c6a0a48cba5c3d028299e0eec1d316 (diff)
downloadbazarr-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.tsx8
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)",
},