diff --git a/osxphotos/cli/report_writer.py b/osxphotos/cli/report_writer.py index e22d1cd3..d87602bd 100644 --- a/osxphotos/cli/report_writer.py +++ b/osxphotos/cli/report_writer.py @@ -256,7 +256,7 @@ class ReportWriterSQLite(ReportWriterABC): SUM(exported) AS exported, sum(new) as new, SUM(updated) as updated, - SUM(skipped) as skipped, + SUM(skipped) as skipped, SUM(sidecar_xmp) as sidecar_xmp, SUM(touched) as touched, SUM(converted_to_jpeg) as converted_to_jpeg, diff --git a/osxphotos/docs/docs.zip b/osxphotos/docs/docs.zip index 339d3fcc..fe71006d 100644 Binary files a/osxphotos/docs/docs.zip and b/osxphotos/docs/docs.zip differ