Closed ospfranco closed 7 years ago
At first I thought this was fixed by the commit made by indesignlatam, but it seems it is not...
I have managed to get around this using this following code:
iTunes.getTracks({'fields': ['title']})
.then((tracks) => {
this.tracks = tracks;
});
Seems validation on empty fields need to improve
Perfect for the workaround.
I'll update the repo this week with the issue you talked about:
I couldn't reproduce your bug, so if it's still there, I would need more details on the field that create that bug.
I have like 60 files with only title and artist name set, part of a ripped collection.
Ok, I see. Is the new code fixes your issue?
Haven't tried it yet, new years celebration ;), I will try it on the weekend and let you know, thanks for the help!
It seems to be working perfectly now! many thanks!
I added the library (first got a crash because you need to add permissions now), called getTracks and immediately got this:
Any suggestions?