Problem Description
As recently as 2d89f034f47d73c9759d4f3831f329da45f78728 inserting a photo by URL or photo ID fails. Unsplash's JSON response is different depending on whether a query parameter is given, and currently this isn't accounted for.
Proposed Solution
Determine if the API response is for a search query or photo ID and either:
Process the data differently, or
Convert the response into an array so that the existing query processing can handle it.
Problem Description As recently as 2d89f034f47d73c9759d4f3831f329da45f78728 inserting a photo by URL or photo ID fails. Unsplash's JSON response is different depending on whether a query parameter is given, and currently this isn't accounted for.
Proposed Solution Determine if the API response is for a search query or photo ID and either:
System Information