Bookshelf cover size setting and widget

This commit is contained in:
Mark Cooper 2021-08-26 09:47:51 -05:00
parent 46d7c45ca5
commit e54535f465
11 changed files with 90 additions and 30 deletions

View file

@ -20,7 +20,8 @@ class User {
orderBy: 'book.title',
orderDesc: false,
filterBy: 'all',
playbackRate: 1
playbackRate: 1,
bookshelfCoverSize: 120
}
}