mirror of
https://github.com/stashapp/stash.git
synced 2026-02-08 16:31:52 +01:00
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. |
||
|---|---|---|
| .. | ||
| action.go | ||
| autotag.go | ||
| cache.go | ||
| config.go | ||
| cookies.go | ||
| country.go | ||
| freeones.go | ||
| graphql.go | ||
| group.go | ||
| image.go | ||
| json.go | ||
| json_test.go | ||
| mapped.go | ||
| mapped_test.go | ||
| movie.go | ||
| performer.go | ||
| postprocessing.go | ||
| query_url.go | ||
| scraper.go | ||
| script.go | ||
| stash.go | ||
| tag.go | ||
| url.go | ||
| xpath.go | ||
| xpath_test.go | ||