WIP plugins: add theme support
This commit is contained in:
parent
8d76959e11
commit
7cd4d2ba10
34 changed files with 311 additions and 38 deletions
|
|
@ -261,7 +261,7 @@ async function startApplication () {
|
|||
updateStreamingPlaylistsInfohashesIfNeeded()
|
||||
.catch(err => logger.error('Cannot update streaming playlist infohashes.', { err }))
|
||||
|
||||
await PluginManager.Instance.registerPlugins()
|
||||
await PluginManager.Instance.registerPluginsAndThemes()
|
||||
|
||||
// Make server listening
|
||||
server.listen(port, hostname, () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue