mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-07-28 23:48:45 +02:00
Add:Podcast search page #225
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user