When a playlist recieves an error while querying from the API (such as a timeout) then the entire batch gets dropped. All previously gathered songs are just ignored. I haven't checked, but I assume the same holds true for albums.
Desired behaviour:
keep on querying the other songs
aggregate songs as usual, just ignore that individual song
for .json: either leave the song out of lyrics_json or say lyrics are empty?
Decided to create a ticket as this is out of scope for the base behaviour of #9
When a playlist recieves an error while querying from the API (such as a timeout) then the entire batch gets dropped. All previously gathered songs are just ignored. I haven't checked, but I assume the same holds true for albums.
Desired behaviour:
Decided to create a ticket as this is out of scope for the base behaviour of #9