[web] Remove unused computed properties

This commit is contained in:
Alain Nussbaumer 2023-12-12 20:06:34 +01:00
parent bc120316b3
commit d50c94a63c

View File

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