mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-09 15:38:19 -07:00
fix lint
This commit is contained in:
parent
e0baa27c40
commit
844b856c5d
4 changed files with 6 additions and 6 deletions
|
|
@ -34,7 +34,7 @@ const details = () => ({
|
|||
options: [
|
||||
'false',
|
||||
'true',
|
||||
]
|
||||
],
|
||||
},
|
||||
tooltip: `Make the file conform to output containers requirements.
|
||||
\\n Drop hdmv_pgs_subtitle/eia_608/subrip/timed_id3 for MP4.
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ const details = () => ({
|
|||
options: [
|
||||
'false',
|
||||
'true',
|
||||
]
|
||||
],
|
||||
},
|
||||
tooltip: `Specify if audio titles should be checked & cleaned. Optional.
|
||||
\\nExample:\\n
|
||||
|
|
@ -36,7 +36,7 @@ const details = () => ({
|
|||
options: [
|
||||
'false',
|
||||
'true',
|
||||
]
|
||||
],
|
||||
},
|
||||
tooltip: `Specify if subtitle titles should be checked & cleaned. Optional.
|
||||
\\nExample:\\n
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ const details = () => ({
|
|||
options: [
|
||||
'false',
|
||||
'true',
|
||||
]
|
||||
],
|
||||
},
|
||||
tooltip: `Specify if audio tracks that contain commentary/description should be removed.
|
||||
\\nExample:\\n
|
||||
|
|
@ -73,7 +73,7 @@ const details = () => ({
|
|||
options: [
|
||||
'false',
|
||||
'true',
|
||||
]
|
||||
],
|
||||
},
|
||||
tooltip: `Specify audio tracks with no title to be tagged with the number of channels they contain.
|
||||
\\nDo NOT use this with mp4, as mp4 does not support title tags.
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ const details = () => ({
|
|||
options: [
|
||||
'false',
|
||||
'true',
|
||||
]
|
||||
],
|
||||
},
|
||||
tooltip: `Specify if subtitle tracks that contain commentary/description should be removed.
|
||||
\\nExample:\\n
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue