mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-06-24 22:28:43 +02:00
Add:Podcast search page #225
This commit is contained in:
parent
8365e06762
commit
705bbaccc1
4 changed files with 156 additions and 3 deletions
|
@ -52,6 +52,14 @@ export default {
|
|||
icon: this.currentLibraryIcon,
|
||||
iconClass: 'text-lg',
|
||||
text: 'Library'
|
||||
},
|
||||
{
|
||||
to: '/bookshelf/search',
|
||||
routeName: 'bookshelf-search',
|
||||
iconPack: 'abs-icons',
|
||||
icon: 'podcast',
|
||||
iconClass: 'text-lg',
|
||||
text: 'Search'
|
||||
}
|
||||
]
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue