mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-08-29 14:47:21 +02:00
Add: Library list view
This commit is contained in:
+5
-1
@@ -16,7 +16,8 @@ export const state = () => ({
|
||||
showReader: false,
|
||||
downloadFolder: null,
|
||||
mediaScanResults: {},
|
||||
showSideDrawer: false
|
||||
showSideDrawer: false,
|
||||
bookshelfView: 'grid'
|
||||
})
|
||||
|
||||
export const getters = {
|
||||
@@ -104,5 +105,8 @@ export const mutations = {
|
||||
},
|
||||
setShowSideDrawer(state, val) {
|
||||
state.showSideDrawer = val
|
||||
},
|
||||
setBookshelfView(state, val) {
|
||||
state.bookshelfView = val
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user