mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-10 07:50:29 -07:00
Fix lint
This commit is contained in:
parent
ba55c8e40f
commit
b71bd5ea3e
2 changed files with 8 additions and 4 deletions
|
|
@ -22,7 +22,8 @@ var details = function () { return ({
|
|||
inputUI: {
|
||||
type: 'text',
|
||||
},
|
||||
tooltip: 'Specify lower bound. Default value is 40% so new file size must be at least 40% of original file size.',
|
||||
tooltip: 'Specify lower bound. '
|
||||
+ 'Default value is 40% so new file size must be at least 40% of original file size.',
|
||||
},
|
||||
{
|
||||
name: 'lessThan',
|
||||
|
|
@ -31,7 +32,8 @@ var details = function () { return ({
|
|||
inputUI: {
|
||||
type: 'text',
|
||||
},
|
||||
tooltip: 'Specify upper bound. Default value is 110% so new file size must be at most 110% of original file size.',
|
||||
tooltip: 'Specify upper bound.'
|
||||
+ ' Default value is 110% so new file size must be at most 110% of original file size.',
|
||||
},
|
||||
],
|
||||
outputs: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue