Don't consider a track name `0` a nullish value

cchcch Member

I have a song in my library that is simply called 0. Astiga doesn't show the track name it shows the file name instead.


My guess is that somewhere this happens


if (!trackname) {

// use file name

}

Comments

Sign In or Register to comment.