From 2b44d0eaf9b47d8c4b668ee6e54f8dfb11a74067 Mon Sep 17 00:00:00 2001 From: Matthew McEachen Date: Tue, 26 Mar 2024 17:11:41 -0700 Subject: [PATCH] fix link in geolocation jsdoc --- src/ExifToolOptions.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/ExifToolOptions.ts b/src/ExifToolOptions.ts index 82d3f6d3..b894c8b3 100644 --- a/src/ExifToolOptions.ts +++ b/src/ExifToolOptions.ts @@ -188,7 +188,9 @@ export interface ExifToolOptions ignoreZeroZeroLatLon: boolean /** - * Override the default geo-to-timezone lookup service. Note that if {@link geolocation} is enabled, we'll try to use {@ + * Override the default geo-to-timezone lookup service. Note that if + {@link geolocation} is enabled, we'll use + {@link Tags.GeolocationTimeZone} if it's not blank. * * This defaults to `@photostructure/tz-lookup`, but if you have the * resources, consider using `geo-tz` for more accurate results.