(options)
| 53 | } |
| 54 | |
| 55 | async changeGlobalOption (options) { |
| 56 | logger.info('[Motrix] change engine global option:', options) |
| 57 | const args = formatOptionsForEngine(options) |
| 58 | |
| 59 | return this.call('changeGlobalOption', args) |
| 60 | } |
| 61 | |
| 62 | async shutdown (options = {}) { |
| 63 | const { force = false } = options |
no test coverage detected