majohn-r / mp3repair

An MP3 file repair command-line utility
MIT License
0 stars 0 forks source link

TrackMetadata struct has useless slice entries #171

Closed majohn-r closed 4 months ago

majohn-r commented 5 months ago

The TrackMetadata has many fields that are slices, and each has a 0-indexed value that is never used - it is an artifact of handling the 0 value of the SourceType enum. That 0th value needs to go away!