mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-09 07:29:04 -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',
|
||||
handBrakeMode: false,
|
||||
FFmpegMode: false,
|
||||
reQueueAfter: false,
|
||||
reQueueAfter: true,
|
||||
infoLog: ''
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
|
||||
|
||||
const importFresh = require('import-fresh');
|
||||
|
||||
var filters = importFresh('./filters.js')
|
||||
|
|
@ -7,3 +6,4 @@ var actions = importFresh('./actions.js')
|
|||
|
||||
module.exports.filters = filters
|
||||
module.exports.actions = actions
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue