diff --git a/web-src/src/components/NavbarTop.vue b/web-src/src/components/NavbarTop.vue index 442b1136..a874e883 100644 --- a/web-src/src/components/NavbarTop.vue +++ b/web-src/src/components/NavbarTop.vue @@ -181,27 +181,6 @@ export default { 'show_menu_item_search' ).value }, - - player() { - return this.$store.state.player - }, - - config() { - return this.$store.state.config - }, - - library() { - return this.$store.state.library - }, - - audiobooks() { - return this.$store.state.audiobooks_count - }, - - podcasts() { - return this.$store.state.podcasts_count - }, - spotify_enabled() { return this.$store.state.spotify.webapi_token_valid },