gadgetmies / fomoplayer

Music Discovery App
5 stars 1 forks source link

Implement artist and label "deprecation" #76

Open gadgetmies opened 1 year ago

gadgetmies commented 1 year ago

Some artists and labels have been changed in the stores and thus they have got a new id. This results in errors in the updates. The easiest way might be to update the label information manually into the db, but in some cases this might not be possible as the labels or artists might have been removed completely. In such a case there should be a way to prevent the update logic from making updates as those clog the logs and cause unnecessary requests. One solution for that might be to add a "deprecated" column to the store__* tables.