1
0
Fork 0
mirror of https://github.com/morpheus65535/bazarr synced 2024-12-23 00:03:33 +00:00

Added description of "provider" to post-processing option

This commit is contained in:
bpoxy 2023-07-03 14:51:55 -06:00 committed by GitHub
parent 59d00f28d0
commit 35dfa2483b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)",