CJ c0260781a5
fix(scraper): handle base64 data URIs in processImageField (#6480)
Add check to skip HTTP fetch for non-HTTP URLs in processImageField(),
matching the existing behavior in setPerformerImage() and setStudioImage().

This allows scrapers to return base64 data URIs (e.g.,
`data:image/jpeg;base64,...`) directly without triggering an HTTP fetch
error. Previously, processImageField() would attempt to create an HTTP
request with the data URI as the URL, causing "Could not set image using
URL" warnings.
2026-01-06 11:47:32 +11:00
..
2025-03-25 10:30:51 +11:00
2025-03-25 10:30:51 +11:00
2025-03-25 10:30:51 +11:00
2024-06-11 13:08:49 +10:00
2024-06-18 13:41:05 +10:00
2025-03-25 10:30:51 +11:00
2025-03-25 10:30:51 +11:00
2025-03-25 10:30:51 +11:00
2025-03-25 11:19:14 +11:00
2025-11-13 14:24:09 +11:00
2023-02-07 09:46:18 +11:00