mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-11 03:41:42 +00:00
first draft
This commit is contained in:
parent
159ccd807f
commit
dc15c49658
3 changed files with 221 additions and 0 deletions
|
|
@ -123,6 +123,11 @@ export default {
|
|||
title: this.$strings.HeaderYourStats,
|
||||
path: '/config/stats'
|
||||
})
|
||||
configRoutes.push({
|
||||
id: 'config-to-go',
|
||||
title: this.$strings.HeaderToGo,
|
||||
path: '/config/to-go'
|
||||
})
|
||||
}
|
||||
|
||||
return configRoutes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue