Skip to content

Commit

Permalink
replace jsdoc reference of DefaultCreateDateTagNames with CapturedAtT…
Browse files Browse the repository at this point in the history
…agNames
  • Loading branch information
mceachen committed Oct 2, 2023
1 parent 816af93 commit ce23a32
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/interfaces/ExifToolOptions.html
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ <h3 class="tsd-anchor-link"><span>infer<wbr/>Timezone<wbr/>From<wbr/>Datestamp<w
incorrectly set.</p>
<p>This setting is only in play if <a href="ExifToolOptions.html#inferTimezoneFromDatestamps" class="tsd-kind-property">inferTimezoneFromDatestamps</a> has
been overridden to be <code>true</code>.</p>
<p>This defaults to DefaultCreateDateTagNames</p>
<p>This defaults to <a href="../variables/CapturedAtTagNames.html" class="tsd-kind-variable">CapturedAtTagNames</a></p>
</div>
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources">
<ul>
Expand Down
2 changes: 1 addition & 1 deletion docs/variables/DefaultReadTaskOptions.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ <h5><code class="tsd-tag ts-flagReadonly">Readonly</code> <span class="tsd-kind-
incorrectly set.</p>
<p>This setting is only in play if <a href="../interfaces/ExifToolOptions.html#inferTimezoneFromDatestamps" class="tsd-kind-property">inferTimezoneFromDatestamps</a> has
been overridden to be <code>true</code>.</p>
<p>This defaults to DefaultCreateDateTagNames</p>
<p>This defaults to <a href="CapturedAtTagNames.html" class="tsd-kind-variable">CapturedAtTagNames</a></p>
</div>
<div class="tsd-comment tsd-typography"></div></li>
<li class="tsd-parameter">
Expand Down
2 changes: 1 addition & 1 deletion src/ExifToolOptions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ export interface ExifToolOptions
* This setting is only in play if {@link inferTimezoneFromDatestamps} has
* been overridden to be `true`.
*
* This defaults to {@link DefaultCreateDateTagNames}
* This defaults to {@link CapturedAtTagNames}
*/
inferTimezoneFromDatestampTags: (keyof Tags)[]

Expand Down

0 comments on commit ce23a32

Please sign in to comment.