mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-02-25 07:15:56 +08:00
Added description of "provider" to post-processing option
This commit is contained in:
parent
59d00f28d0
commit
35dfa2483b
1 changed files with 4 additions and 0 deletions
|
@ -92,6 +92,10 @@ const commandOptions: CommandOption[] = [
|
||||||
option: "subtitle_id",
|
option: "subtitle_id",
|
||||||
description: "Provider ID of the subtitle file",
|
description: "Provider ID of the subtitle file",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
option: "provider",
|
||||||
|
description: "Provider of the subtitle file",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
option: "series_id",
|
option: "series_id",
|
||||||
description: "Sonarr series ID (Empty if movie)",
|
description: "Sonarr series ID (Empty if movie)",
|
||||||
|
|
Loading…
Reference in a new issue