From 5e2e1d1a241eff30e5026044641d40a45afb0e56 Mon Sep 17 00:00:00 2001 From: Dani Palou Date: Mon, 28 Oct 2019 15:09:13 +0100 Subject: [PATCH] MOBILE-2235 h5p: Add h5p extension to list of extensions --- src/assets/exttomime.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/assets/exttomime.json b/src/assets/exttomime.json index 445a11777..bab000445 100644 --- a/src/assets/exttomime.json +++ b/src/assets/exttomime.json @@ -359,6 +359,7 @@ "h261": {"type":"video/h261"}, "h263": {"type":"video/h263"}, "h264": {"type":"video/h264"}, +"h5p": {"type":"application/zip","icon":"archive","string":"archive","groups":["archive"]}, "hal": {"type":"application/vnd.hal+xml"}, "hbci": {"type":"application/vnd.hbci"}, "hdf": {"type":"application/x-hdf"},