Tdarr_Plugins/methods/lib.js
HaveAGitGat de7218cda5
Update methods (#233)
* Remove importFresh from methods

* lint

* Remove importFresh

* Remove node_modules

* Add import-fresh to community plugins download

* Add import-fresh to actions and filters

* Add intermediate fresh library loader
2021-12-31 17:08:36 +01:00

3 lines
201 B
JavaScript

const importFresh = require('./node_modules/import-fresh');
// load library modules fresh so no Tdarr Server restart required between plugin updates
module.exports = () => importFresh('./library.js');