mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-16 18:45:53 -07:00
test
This commit is contained in:
parent
db0648a380
commit
660dce1775
2 changed files with 2 additions and 2 deletions
|
|
@ -37,7 +37,7 @@ const details = () => {
|
||||||
}
|
}
|
||||||
|
|
||||||
// eslint-disable-next-line no-unused-vars
|
// eslint-disable-next-line no-unused-vars
|
||||||
const plugin = (file, librarySettings, inputs, otherArguments) => {
|
const plugin = (file, librarySettings, inputs, otherArguments)a => {
|
||||||
// eslint-disable-next-line no-unused-vars,no-param-reassign
|
// eslint-disable-next-line no-unused-vars,no-param-reassign
|
||||||
inputs = loadDefaultValues(inputs, details);
|
inputs = loadDefaultValues(inputs, details);
|
||||||
if (inputs.bitrate == "" || inputs.bitrate == "undefined") {
|
if (inputs.bitrate == "" || inputs.bitrate == "undefined") {
|
||||||
|
|
|
||||||
|
|
@ -41,7 +41,7 @@ const details = () => {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
const plugin = (file, librarySettings, inputs, otherArguments)a => {
|
const plugin = (file, librarySettings, inputs, otherArguments) => {
|
||||||
// Only 'require' dependencies within this function or other functions. Do not require in the top scope.
|
// Only 'require' dependencies within this function or other functions. Do not require in the top scope.
|
||||||
const importFresh = require('import-fresh');
|
const importFresh = require('import-fresh');
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue