mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-11 06:20:17 -05:00
[web] Remove useless getters of the store
This commit is contained in:
@@ -91,7 +91,7 @@ export default {
|
||||
},
|
||||
|
||||
lyrics_visible() {
|
||||
return this.$store.getters.lyrics_pane
|
||||
return this.$store.state.lyrics.pane
|
||||
},
|
||||
|
||||
player() {
|
||||
|
||||
Reference in New Issue
Block a user