From 1b8e267d0a53215b2b20cb047d1e84a93120a630 Mon Sep 17 00:00:00 2001 From: JS Media Creation <50705044+JS-Media-Creation@users.noreply.github.com> Date: Wed, 8 Nov 2023 13:06:04 +0100 Subject: [PATCH] Add mime type for vCards (.vcf files) (#3772) Adds support for vCards (.vcf files) in case of e.g. scanning a qr-code with the direct url to the file, so that it can be downloaded. Only a thumb-vcf.png should be added then too. --- system/config/media.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/system/config/media.yaml b/system/config/media.yaml index fad5e0dcb2..e231b33e13 100644 --- a/system/config/media.yaml +++ b/system/config/media.yaml @@ -216,3 +216,8 @@ types: type: file thumb: media/thumb-json.png mime: application/json + vcf: + type: file + thumb: media/thumb-vcf.png + mime: text/x-vcard +