mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-08-04 01:54:33 +02:00
Update:Syncing local sessions rewrite to support offline sessions #381
This commit is contained in:
parent
2f243787ce
commit
f215efdcd0
17 changed files with 207 additions and 225 deletions
|
@ -21,8 +21,7 @@ export const state = () => ({
|
|||
showSideDrawer: false,
|
||||
isNetworkListenerInit: false,
|
||||
serverSettings: null,
|
||||
lastBookshelfScrollData: {},
|
||||
lastLocalMediaSyncResults: null
|
||||
lastBookshelfScrollData: {}
|
||||
})
|
||||
|
||||
export const getters = {
|
||||
|
@ -147,8 +146,5 @@ export const mutations = {
|
|||
setServerSettings(state, val) {
|
||||
state.serverSettings = val
|
||||
this.$localStore.setServerSettings(state.serverSettings)
|
||||
},
|
||||
setLastLocalMediaSyncResults(state, val) {
|
||||
state.lastLocalMediaSyncResults = val
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue