mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-08-31 07:09:53 +02:00
Add:iOS device settings for jump forward/backward
This commit is contained in:
parent
39b137c7f1
commit
b5c6acc2bc
11 changed files with 108 additions and 31 deletions
|
@ -108,12 +108,12 @@ export default {
|
|||
text: 'Local Media',
|
||||
to: '/localMedia/folders'
|
||||
})
|
||||
items.push({
|
||||
icon: 'settings',
|
||||
text: 'Settings',
|
||||
to: '/settings'
|
||||
})
|
||||
}
|
||||
items.push({
|
||||
icon: 'settings',
|
||||
text: 'Settings',
|
||||
to: '/settings'
|
||||
})
|
||||
return items
|
||||
},
|
||||
currentRoutePath() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue