plane spotter debugging

This commit is contained in:
2026-07-05 10:58:13 -04:00
parent 54e86e550c
commit 8f5e8edd2e

View File

@@ -361,6 +361,7 @@ export async function getADSBImage(icao) {
).then(resp => resp.ok ? resp.json() : null);
let src;
console.log(specific);
if(specific?.photos?.[0]) {
console.log(`Found ${icao}`);
src = specific.photos[0].thumbnail_large?.src || specific.photos[0].thumbnail?.src;