-
Bug
-
Resolution: Fixed
-
Normal
-
None
For listens imported with the new Spotify import feature some fields that should likely be arrays contain the array data as JSON encoded strings.
E.g.
"release_artist_names" : "['Paradise Lost']",
instead of:
"release_artist_names" : ["Paradise Lost"],
Example: https://gist.github.com/phw/f43a05b53f3d1ee6f23895d764f946b9