Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correctly display track number 0 in show_change #3347

Merged
merged 2 commits into from
Aug 20, 2019

Conversation

wisp3rwind
Copy link
Member

fixes issue #3346: When the per_disc_numbering option was set, the UI would
previously show a #0 -> #1 change when actually the index would be set
to 0 (a valid index, such as for hidden tracks). Now, properly
distinguish index 0 and None (i.e. not set)

fixes issue beetbox#3346: When the per_disc_numbering option was set, the UI would
previously show a #0 -> beetbox#1 change when actually the index would be set
to 0 (a valid index, such as for hidden tracks).  Now, properly
distinguish index 0 and None (i.e. not set)
@sampsyo
Copy link
Member

sampsyo commented Aug 20, 2019

Nice; this looks great! Could you please add a quick changelog entry describing the fix?

@wisp3rwind wisp3rwind merged commit 96d61b8 into beetbox:master Aug 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants