<div dir="ltr">Hey,<div><br></div><div>setting a default number for the field mTrackNumber in Media.java wouldn't change anything. Setting an empty String in TrackInfo.java is wrong in my opinion.</div><div>So I just added an "if (empty || null)"-check, so that the NumberFormatException is only thrown if the String is non-null, non-empty and not parsable.</div><div><br></div><div>Greets</div><div>Enno</div></div>