Rename page name from search to add-podcast

This commit is contained in:
advplyr 2023-12-14 16:25:59 -06:00
parent f5da44dc6f
commit c8064ac7bc
3 changed files with 3 additions and 3 deletions

View file

@ -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'
}
}
}