I use the JavaScript-ID3-Reader library to pick up the cover from the mp3 track. In the example, everything works and the returned object has the picture
property
but when I use it in my project, the picture
property is no longer there
.
I do everything as in the example, but why is this property not there?