mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-18 03:36:26 -07:00
Merge branch 'master' of https://github.com/HaveAGitGat/Tdarr_Plugins
This commit is contained in:
commit
1193bafd22
2 changed files with 2 additions and 2 deletions
|
|
@ -20,7 +20,7 @@ function plugin(file) {
|
||||||
container: '.mkv',
|
container: '.mkv',
|
||||||
handBrakeMode: false,
|
handBrakeMode: false,
|
||||||
FFmpegMode: false,
|
FFmpegMode: false,
|
||||||
reQueueAfter: false,
|
reQueueAfter: true,
|
||||||
infoLog: ''
|
infoLog: ''
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
|
|
||||||
|
|
||||||
const importFresh = require('import-fresh');
|
const importFresh = require('import-fresh');
|
||||||
|
|
||||||
var filters = importFresh('./filters.js')
|
var filters = importFresh('./filters.js')
|
||||||
|
|
@ -7,3 +6,4 @@ var actions = importFresh('./actions.js')
|
||||||
|
|
||||||
module.exports.filters = filters
|
module.exports.filters = filters
|
||||||
module.exports.actions = actions
|
module.exports.actions = actions
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue