mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-07-23 20:25:44 +02:00
feat: downloads page for iOS
This commit is contained in:
parent
fca0fd7bbb
commit
befe62f8a0
2 changed files with 93 additions and 0 deletions
|
@ -113,6 +113,13 @@ export default {
|
|||
text: 'Local Media',
|
||||
to: '/localMedia/folders'
|
||||
})
|
||||
} else {
|
||||
items.push({
|
||||
icon: 'download',
|
||||
iconOutlined: false,
|
||||
text: 'Downloads',
|
||||
to: '/downloads'
|
||||
})
|
||||
}
|
||||
items.push({
|
||||
icon: 'settings',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue