From fe2d08b50cb80b414fdcead1b3e3044e44732191 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 11 Oct 2021 14:28:40 +0100 Subject: [PATCH] No focal point --- media.py | 1 - 1 file changed, 1 deletion(-) diff --git a/media.py b/media.py index f79a047e6..ff2453f3e 100644 --- a/media.py +++ b/media.py @@ -308,7 +308,6 @@ def attachMedia(baseDir: str, httpPrefix: str, 'url': httpPrefix + '://' + domain + '/' + mediaPath } if mediaType.startswith('image/'): - attachmentJson['focalPoint'] = [0.0, 0.0] # find the dimensions of the image and add them as metadata attachImageWidth, attachImageHeight = \ getImageDimensions(imageFilename)