mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-08-05 02:25:45 +02:00
add 'Alternative Bookshelf View' setting
This commit is contained in:
parent
76882780a4
commit
d52c326123
8 changed files with 31 additions and 7 deletions
|
@ -18,6 +18,7 @@ data class ServerConnectionConfig(
|
|||
|
||||
data class DeviceSettings(
|
||||
var disableAutoRewind:Boolean,
|
||||
var enableAltView:Boolean,
|
||||
var jumpBackwardsTime:Int,
|
||||
var jumpForwardTime:Int
|
||||
) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue