mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-02-24 19:19:42 +00:00
Sorting, fix user object bug, add settings module
This commit is contained in:
parent
e1aa95af97
commit
30ca0bb95f
18 changed files with 164 additions and 17 deletions
|
|
@ -20,6 +20,7 @@ let store = {};
|
|||
store.modules = store.modules || {}
|
||||
|
||||
resolveStoreModules(require('..\\store\\audiobooks.js'), 'audiobooks.js')
|
||||
resolveStoreModules(require('..\\store\\settings.js'), 'settings.js')
|
||||
|
||||
// If the environment supports hot reloading...
|
||||
|
||||
|
|
@ -28,6 +29,7 @@ let store = {};
|
|||
module.hot.accept([
|
||||
'..\\store\\audiobooks.js',
|
||||
'..\\store\\index.js',
|
||||
'..\\store\\settings.js',
|
||||
], () => {
|
||||
// Update `root.modules` with the latest definitions.
|
||||
updateModules()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue