mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-15 10:15:54 -07:00
update imports
This commit is contained in:
parent
de7218cda5
commit
db22ca561e
87 changed files with 540 additions and 546 deletions
|
|
@ -1,5 +1,4 @@
|
|||
const loadDefaultValues = require('../methods/loadDefaultValues');
|
||||
const lib = require('../methods/library.js');
|
||||
const lib = require('../methods/library');
|
||||
|
||||
module.exports.dependencies = ['import-fresh'];
|
||||
const details = () => ({
|
||||
|
|
@ -32,7 +31,7 @@ module.exports.details = 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 = {
|
||||
// 320K selected over 384k intentionally
|
||||
// https://en.m.wikipedia.org/wiki/MPEG-1#Part_3:_Audio
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue