Add opus to supported list of extensions

This commit is contained in:
towards-a-new-leftypol 2024-05-02 17:06:07 -04:00
parent e2b79a443e
commit 495949666d
1 changed files with 1 additions and 0 deletions

View File

@ -209,6 +209,7 @@ $config['allowed_ext_files'][] = 'pdf';
$config['allowed_ext_files'][] = 'txt';
$config['allowed_ext_files'][] = 'epub';
$config['allowed_ext_files'][] = 'djvu';
$config['allowed_ext_files'][] = 'opus';
// Compressed files
$config['allowed_ext_files'][] = 'zip';
$config['allowed_ext_files'][] = 'gz';