Browse Source

Add audio/flac

Visman 2 years ago
parent
commit
45c890e063
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/Core/Files.php

+ 1 - 0
app/Core/Files.php

@@ -855,6 +855,7 @@ class Files
         'image/heif' => 'heif',
         'image/heif' => 'heif',
         'image/heic' => 'heic',
         'image/heic' => 'heic',
         'image/jxl'  => 'jxl',
         'image/jxl'  => 'jxl',
+        'audio/flac' => 'flac',
     ];
     ];
 
 
     public function __construct(int|string $maxFileSize, int|string $maxImgSize, protected array $imageDrivers, protected Container $c)
     public function __construct(int|string $maxFileSize, int|string $maxImgSize, protected array $imageDrivers, protected Container $c)