Skip to content

Fix lyrics behaviour in metadata form when clicking modify and then cancel

Jack Hill requested to merge jackh/elisa:metadata-lyrics into master

Reason for the change

  • Fix double lyrics in metadata form after clicking modify and then cancel
  • Ensure lyrics are always displayed at the bottom

Test plan

  • Open the metadata form for a track with lyrics
  • Click modify
  • Click cancel

Previously:

  • Lyrics field appeared twice.
  • One of the lyrics fields was above the last played date, play counter, and duration fields

Now:

  • Only one lyrics field
  • Lyrics field always appears last

Merge request reports