mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-31 00:05:27 +02:00
Bookshelf cover size setting and widget
This commit is contained in:
parent
46d7c45ca5
commit
e54535f465
11 changed files with 90 additions and 30 deletions
|
@ -5,7 +5,8 @@ export const state = () => ({
|
|||
orderBy: 'book.title',
|
||||
orderDesc: false,
|
||||
filterBy: 'all',
|
||||
playbackRate: 1
|
||||
playbackRate: 1,
|
||||
bookshelfCoverSize: 120
|
||||
},
|
||||
settingsListeners: []
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue