Fix thumbnails for backgrounds containing a single quote
| @@ -524,7 +524,7 @@ async function resolveImageUrl(bg, isCustom) { | ||
| 524 | 524 | ? bg |
| 525 | 525 | : getThumbnailUrl('bg', bg); |
| 526 | 526 | |
| 527 | 527 | return `url('"${thumbnailUrl}'")`; |
| 528 | 528 | } |
| 529 | 529 | |
| 530 | 530 | /** |