mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-06-25 14:48:42 +02:00
Fix network flag
This commit is contained in:
parent
894bf100d2
commit
49500aecd6
5 changed files with 19 additions and 10 deletions
|
@ -62,9 +62,9 @@ export default {
|
|||
items.push({
|
||||
to: '/bookshelf/search',
|
||||
routeName: 'bookshelf-search',
|
||||
iconPack: 'abs-icons',
|
||||
icon: 'podcast',
|
||||
iconClass: 'text-lg',
|
||||
iconPack: 'material-icons',
|
||||
icon: 'podcasts',
|
||||
iconClass: 'text-xl',
|
||||
text: 'Search'
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue