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

  • gravelldgravelld Administrator

    There is a similar bit of code, but it checks if the track name is "empty". If it's literally "0" I would not expect this to be considered "empty".

    Would it be possible to share the file with us by sending it to info@asti.ga?

  • cchcch Member

    I just sent the email containing the track file which causes this. Thanks for checking it out

  • gravelldgravelld Administrator

    Thanks - received!

Sign In or Register to comment.