You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
In the second type, everything is removed. See this for example. Here's how it appears (notice there is no information available here):
(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.
We should add a check to see if valid data is being returned from Spotify before applying the metadata.
The text was updated successfully, but these errors were encountered:
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:
In the second type, everything is removed. See this for example. Here's how it appears (notice there is no information available here):
(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.We should add a check to see if valid data is being returned from Spotify before applying the metadata.
The text was updated successfully, but these errors were encountered: