mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-26 04:26:14 -05:00
[web] Move parsing of lyrics to the lyrics pane
This commit is contained in:
@@ -311,7 +311,7 @@ export default {
|
||||
const track = this.$store.getters.now_playing
|
||||
if (track && track.track_id) {
|
||||
webapi.library_track(track.track_id).then(({ data }) => {
|
||||
this.$store.commit(types.UPDATE_LYRICS, data)
|
||||
this.$store.commit(types.UPDATE_LYRICS, data.lyrics)
|
||||
})
|
||||
} else {
|
||||
this.$store.commit(types.UPDATE_LYRICS)
|
||||
|
||||
Reference in New Issue
Block a user