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

Do not save missing tracks to prevent inconsistent metadata #3811

Merged
merged 4 commits into from
May 1, 2021
Merged

Do not save missing tracks to prevent inconsistent metadata #3811

merged 4 commits into from
May 1, 2021

Commits on Apr 28, 2021

  1. Do not save missing tracks to prevent inconsistent metadata

    The metadata of tracks in the database should not be modified as long
    as they are missing to prevent inconsistencies with the file metadata.
    This will become an issue soon.
    
    Other changes:
    - Return more meaningful results when saving tracks
    - Perform checks behind the internal API in TrackCollectionManager and
      use debug assertions in TrackDAO
    uklotzde committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    bdaff48 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2021

  1. Configuration menu
    Copy the full SHA
    1b7c4cc View commit details
    Browse the repository at this point in the history

Commits on May 1, 2021

  1. Configuration menu
    Copy the full SHA
    3c2b22e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0fa8c9c View commit details
    Browse the repository at this point in the history