mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-06-20 20:05:44 +02:00
Rename page name from search to add-podcast
This commit is contained in:
parent
f5da44dc6f
commit
c8064ac7bc
3 changed files with 3 additions and 3 deletions
|
@ -60,8 +60,8 @@ export default {
|
|||
|
||||
if (this.userIsAdminOrUp) {
|
||||
items.push({
|
||||
to: '/bookshelf/search',
|
||||
routeName: 'bookshelf-search',
|
||||
to: '/bookshelf/add-podcast',
|
||||
routeName: 'bookshelf-add-podcast',
|
||||
iconPack: 'material-icons',
|
||||
icon: 'podcasts',
|
||||
iconClass: 'text-xl',
|
||||
|
|
|
@ -24,7 +24,7 @@ export default {
|
|||
return this.$route.name === 'bookshelf-latest'
|
||||
},
|
||||
isPodcastSearch() {
|
||||
return this.$route.name === 'bookshelf-search'
|
||||
return this.$route.name === 'bookshelf-add-podcast'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue