fix: writing empty exif tags (#27025)

This commit is contained in:
Daniel Dietzler
2026-03-19 18:17:56 +01:00
committed by GitHub
parent f2445ecab1
commit 79f978ddeb
3 changed files with 81 additions and 2 deletions
+1 -1
View File
@@ -467,7 +467,7 @@ export class MetadataService extends BaseService {
GPSLatitude: latitude,
GPSLongitude: longitude,
Rating: rating,
TagsList: tags?.length ? tags : undefined,
TagsList: tags,
},
_.isUndefined,
);