mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-07 04:42:58 -05:00
[web] Fix for unexpected calls to the API #1688
Lyrics feature doesn't mess anymore when the user is playing tracks from Spotify
This commit is contained in:
@@ -36,8 +36,7 @@ export default {
|
||||
|
||||
methods: {
|
||||
toggle_lyrics() {
|
||||
this.$store.state.lyrics.lyrics_pane =
|
||||
!this.$store.state.lyrics.lyrics_pane
|
||||
this.$store.state.lyrics.pane = !this.$store.state.lyrics.pane
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user