mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-09 23:48:15 -07:00
Library frame
This commit is contained in:
parent
2c26bf3692
commit
cc10ae6019
3 changed files with 31 additions and 0 deletions
9
methods/library.js
Normal file
9
methods/library.js
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
const importFresh = require('import-fresh');
|
||||
|
||||
var filters = importFresh('./filters.js')
|
||||
var actions = importFresh('./actions.js')
|
||||
|
||||
module.exports.filters = filters
|
||||
module.exports.actions = actions
|
||||
Loading…
Add table
Add a link
Reference in a new issue