mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-02-12 21:29:41 +00:00
Update:Setting up paths to eventually support subdirectory
This commit is contained in:
parent
6701551289
commit
cd04533eea
21 changed files with 103 additions and 127 deletions
|
|
@ -25,7 +25,8 @@ export const state = () => ({
|
|||
bookshelfBookIds: [],
|
||||
openModal: null,
|
||||
innerModalOpen: false,
|
||||
lastBookshelfScrollData: {}
|
||||
lastBookshelfScrollData: {},
|
||||
routerBasePath: '/'
|
||||
})
|
||||
|
||||
export const getters = {
|
||||
|
|
@ -119,6 +120,9 @@ export const actions = {
|
|||
}
|
||||
|
||||
export const mutations = {
|
||||
setRouterBasePath(state, rbp) {
|
||||
state.routerBasePath = rbp
|
||||
},
|
||||
setSource(state, source) {
|
||||
state.Source = source
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue