mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-10 07:50:29 -07:00
Example update
This commit is contained in:
parent
3cd62c2237
commit
fc343a8c97
4 changed files with 7 additions and 7 deletions
|
|
@ -16,11 +16,11 @@ module.exports.details = function details() {
|
|||
Inputs: [ //(Optional) Inputs you'd like the user to enter to allow your plugin to be easily configurable from the UI
|
||||
{
|
||||
name: 'language',
|
||||
tooltip: `Enter one language tag here for the language of the subtitles you'd like to keep. For example: eng`
|
||||
tooltip: `Enter one language tag here for the language of the subtitles you'd like to keep. \nExample:\n eng \nExample:\n fr \nExample:\n de` //Each line following `Example:` will be clearly formatted
|
||||
},
|
||||
{
|
||||
name: 'channels',
|
||||
tooltip: `Desired audio channel number. For example: 2`
|
||||
tooltip: `Desired audio channel number. \nExample:\n 2`
|
||||
},
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue