mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-13 16:03:23 -05:00
[web] Remove unused computed properties
This commit is contained in:
parent
bc120316b3
commit
d50c94a63c
@ -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
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user