Add:Podcast search page #225

This commit is contained in:
advplyr 2022-12-07 17:57:42 -06:00
parent 8365e06762
commit 705bbaccc1
4 changed files with 156 additions and 3 deletions

View file

@ -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 {