mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-12-21 03:09:37 +00:00
Sorting, fix user object bug, add settings module
This commit is contained in:
parent
9a74825bad
commit
6e8fe32bf5
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