mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-11 00:10:29 -07:00
Update lib (#227)
* Update library.js * update imports * update defaults
This commit is contained in:
parent
680916a6db
commit
2ba3df1977
87 changed files with 601 additions and 612 deletions
|
|
@ -1,4 +1,4 @@
|
|||
const loadDefaultValues = require('../methods/loadDefaultValues');
|
||||
const lib = require('../methods/library');
|
||||
/* eslint no-plusplus: ["error", { "allowForLoopAfterthoughts": true }] */
|
||||
const details = () => ({
|
||||
id: 'Tdarr_Plugin_MC93_Migz5ConvertAudio',
|
||||
|
|
@ -46,7 +46,7 @@ const details = () => ({
|
|||
// eslint-disable-next-line no-unused-vars
|
||||
const plugin = (file, librarySettings, inputs, otherArguments) => {
|
||||
// eslint-disable-next-line no-unused-vars,no-param-reassign
|
||||
inputs = loadDefaultValues(inputs, details);
|
||||
inputs = lib.loadDefaultValues(inputs, details);
|
||||
const response = {
|
||||
processFile: false,
|
||||
container: `.${file.container}`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue