1
0
mirror of https://github.com/bpatrik/pigallery2.git synced 2025-11-25 22:32:52 +02:00

changing supported image formats

This commit is contained in:
Patrik J. Braun
2019-01-12 18:08:34 +01:00
parent 9ea2f16f52
commit ea8b780f25
6 changed files with 42 additions and 12 deletions

View File

@@ -15,14 +15,11 @@ export class DiskMangerWorker {
private static readonly SupportedEXT = {
photo: [
'.bmp',
'.gif',
'.jpeg', '.jpg', '.jpe',
'.png',
'.tiff', '.tif',
'.webp',
'.ico',
'.tga'
'.svg'
],
video: [
'.mp4',