mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-08-28 22:27:14 +02:00
Rename page name from search to add-podcast
This commit is contained in:
@@ -60,8 +60,8 @@ export default {
|
|||||||
|
|
||||||
if (this.userIsAdminOrUp) {
|
if (this.userIsAdminOrUp) {
|
||||||
items.push({
|
items.push({
|
||||||
to: '/bookshelf/search',
|
to: '/bookshelf/add-podcast',
|
||||||
routeName: 'bookshelf-search',
|
routeName: 'bookshelf-add-podcast',
|
||||||
iconPack: 'material-icons',
|
iconPack: 'material-icons',
|
||||||
icon: 'podcasts',
|
icon: 'podcasts',
|
||||||
iconClass: 'text-xl',
|
iconClass: 'text-xl',
|
||||||
|
|||||||
+1
-1
@@ -24,7 +24,7 @@ export default {
|
|||||||
return this.$route.name === 'bookshelf-latest'
|
return this.$route.name === 'bookshelf-latest'
|
||||||
},
|
},
|
||||||
isPodcastSearch() {
|
isPodcastSearch() {
|
||||||
return this.$route.name === 'bookshelf-search'
|
return this.$route.name === 'bookshelf-add-podcast'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user