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
I introduced a change with PR#3637 to fetch the particular Cover Art Archive thumbnail image if the maxwidth option of fetchart is set to exactly one of the values the Cover Art Archive API exposes.
When testing it I tested with an album that had an original cover art with dimensions greater than the largest supported thumbnail, which is 1200px. That worked fine for that album, but I've now realised that if the original cover art size is less than 1200px then there will be no 1200px thumbnail image available to fetch.
To fix this I will make an additional change to ensure that the thumbnail exists, and fall back to the non-thumbnail URL if it does not.
The text was updated successfully, but these errors were encountered:
I introduced a change with PR#3637 to fetch the particular Cover Art Archive thumbnail image if the
maxwidth
option offetchart
is set to exactly one of the values the Cover Art Archive API exposes.When testing it I tested with an album that had an original cover art with dimensions greater than the largest supported thumbnail, which is 1200px. That worked fine for that album, but I've now realised that if the original cover art size is less than 1200px then there will be no 1200px thumbnail image available to fetch.
To fix this I will make an additional change to ensure that the thumbnail exists, and fall back to the non-thumbnail URL if it does not.
The text was updated successfully, but these errors were encountered: