Skip to content

Commit

Permalink
Fix(panoramax): stabilize loading images
Browse files Browse the repository at this point in the history
  • Loading branch information
pietervdvn committed Oct 17, 2024
1 parent 01cfc5f commit 8480f94
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Logic/ImageProviders/Panoramax.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ export default class PanoramaxImageProvider extends ImageProvider {
})
})

return source
return Stores.ListStabilized( source)
}

public async DownloadAttribution(providedImage: { url: string; id: string; }): Promise<LicenseInfo> {
Expand Down Expand Up @@ -178,7 +178,6 @@ export class PanoramaxUploader implements ImageUploader {
}> {
// https://panoramax.openstreetmap.fr/api/docs/swagger#/

let tags: ExifReader.Tags = undefined
let hasDate = false
let hasGPS = false
try {
Expand Down

0 comments on commit 8480f94

Please sign in to comment.