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

discogs: set track.medium correctly for single medium albums #2228

Merged
merged 3 commits into from
Oct 19, 2016

Commits on Oct 17, 2016

  1. discogs: add tests for medium, medium_total

    Add three tests for the setting of tracks' medium and medium_total on
    the discogs plugin. test_parse_medium_numbers_single_medium is meant
    to fail due to beetbox#587.
    diego-plan9 committed Oct 17, 2016
    Configuration menu
    Copy the full SHA
    fc9f061 View commit details
    Browse the repository at this point in the history
  2. Fix discogs disc field is set to zero

    Fixes beetbox#587. The disc field is only zero when there is only one medium, so I think this will do the trick. I wasn't able to reproduce the real problem within the code. This is just a small workaround.
    kooimens authored and diego-plan9 committed Oct 17, 2016
    Configuration menu
    Copy the full SHA
    373cf19 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2604bc8 View commit details
    Browse the repository at this point in the history