mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-14 17:55:55 -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: {
|
inputUI: {
|
||||||
type: 'text',
|
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',
|
name: 'lessThan',
|
||||||
|
|
@ -31,7 +32,8 @@ var details = function () { return ({
|
||||||
inputUI: {
|
inputUI: {
|
||||||
type: 'text',
|
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: [
|
outputs: [
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,8 @@ const details = (): IpluginDetails => ({
|
||||||
inputUI: {
|
inputUI: {
|
||||||
type: 'text',
|
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',
|
name: 'lessThan',
|
||||||
|
|
@ -35,7 +36,8 @@ const details = (): IpluginDetails => ({
|
||||||
inputUI: {
|
inputUI: {
|
||||||
type: 'text',
|
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: [
|
outputs: [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue