NeoCoderMatrix86 / AudioCuesheetEditor

AudioCuesheetEditor is a Blazor based web application for writing audio cuesheets. There is much validation that helps the user to write a valid cuesheet. You can import external data (like text files, xml files, etc.) and analyse them directly in GUI. There are also much export variations like CSV, but you can customize export freely.
https://audiocuesheeteditor.netlify.app/
GNU General Public License v3.0
9 stars 7 forks source link

Undo doesn't work if using Audiofile #299

Closed NeoCoderMatrix86 closed 1 year ago

NeoCoderMatrix86 commented 1 year ago

Describe the bug Setting the audiofile after a track has been added doesn't work, since it just resets the last tracks end.

To Reproduce Steps to reproduce the behavior:

  1. Add a track
  2. Add an audiofile with length (maybe a small mp3)
  3. Click Undo
  4. Track's end is set and not the audiofile back to nothing

Expected behavior Tracks's end should be null and audiofile also.

Screenshots grafik