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

[Spotify] Do not try to reimport album if it is permanently removed from Spotify #4800

Closed
arsaboo opened this issue May 25, 2023 · 0 comments · Fixed by #4801
Closed

[Spotify] Do not try to reimport album if it is permanently removed from Spotify #4800

arsaboo opened this issue May 25, 2023 · 0 comments · Fixed by #4801

Comments

@arsaboo
Copy link
Contributor

arsaboo commented May 25, 2023

Problem

Spotify often removes content from its library. There are two types of content removal:

In the first type, only the tracks are removed, but the data is still available. See this for example. Here's how it appears:
image

In the second type, everything is removed. See this for example. Here's how it appears (notice there is no information available here):

image

(Re)Import is perfectly fine for the first type of content as the data is still available. However, (re)importing (with search-id) in case of the second type of removal removes all the metadata.

image

We should add a check to see if valid data is being returned from Spotify before applying the metadata.

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 a pull request may close this issue.

1 participant