mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-08-31 07:37:22 +02:00
Persist bookshelf list view setting, fix collections for new data model, add authors cards, update filters
This commit is contained in:
+5
-1
@@ -1,6 +1,7 @@
|
||||
export const state = () => ({
|
||||
itemDownloads: [],
|
||||
bookshelfListView: false
|
||||
bookshelfListView: false,
|
||||
series: null
|
||||
})
|
||||
|
||||
export const getters = {
|
||||
@@ -45,5 +46,8 @@ export const mutations = {
|
||||
},
|
||||
setBookshelfListView(state, val) {
|
||||
state.bookshelfListView = val
|
||||
},
|
||||
setSeries(state, val) {
|
||||
state.series = val
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user