mirror of
https://github.com/owntone/owntone-server.git
synced 2025-04-21 11:14:02 -04: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'
|
'show_menu_item_search'
|
||||||
).value
|
).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() {
|
spotify_enabled() {
|
||||||
return this.$store.state.spotify.webapi_token_valid
|
return this.$store.state.spotify.webapi_token_valid
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user