mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-10 16:00:28 -07:00
Add new action
This commit is contained in:
parent
372f374079
commit
d60e0c17ad
4 changed files with 85 additions and 21 deletions
|
|
@ -7,9 +7,5 @@ if (fs.existsSync(path.join(process.cwd() + "/npm"))) {
|
|||
}
|
||||
const importFresh = require(rootModules+'import-fresh');
|
||||
|
||||
var filters = importFresh('./filters.js')
|
||||
var actions = importFresh('./actions.js')
|
||||
|
||||
module.exports.filters = filters
|
||||
module.exports.actions = actions
|
||||
|
||||
module.exports.filters = importFresh('./filters.js')
|
||||
module.exports.actions = importFresh('./actions.js')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue