This commit fixes an issue where the title/artist information of
uploaded files isn't accurate when uploading mp3s. The MP3Stat module
seems to parse the mp3 correctly, but doesn't update the artist and
title when updating the duration, so in some cases the information
saved in the database for a song (and displayed in the UI) will be
incorrect or poorly formatted.
This commit fixes an issue where the title/artist information of uploaded files isn't accurate when uploading mp3s. The MP3Stat module seems to parse the mp3 correctly, but doesn't update the
artist
andtitle
when updating theduration
, so in some cases the information saved in the database for a song (and displayed in the UI) will be incorrect or poorly formatted.Screenshots of the issue:
Screenshots after the fix locally: