mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-12 04:11:43 +00:00
Add jump forwards and jump backwards settings to user store
This commit is contained in:
parent
e17dbc47cd
commit
e169c8ff46
1 changed files with 3 additions and 1 deletions
|
|
@ -13,7 +13,9 @@ export const state = () => ({
|
||||||
seriesSortDesc: false,
|
seriesSortDesc: false,
|
||||||
seriesFilterBy: 'all',
|
seriesFilterBy: 'all',
|
||||||
authorSortBy: 'name',
|
authorSortBy: 'name',
|
||||||
authorSortDesc: false
|
authorSortDesc: false,
|
||||||
|
jumpForwardAmount: 10,
|
||||||
|
jumpBackwardAmount: 10,
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue