feat(audio): recognize the audio family in the frontend formats grid

This commit is contained in:
2026-08-01 14:19:39 +02:00
parent 433ff3b726
commit 3d62d2983b
6 changed files with 14 additions and 4 deletions
+4
View File
@@ -19,4 +19,8 @@ export const FORMAT_FAMILIES = [
key: 'archives',
formats: ['zip', 'tar', 'tar.gz', 'tar.bz2', '7z', 'tar.7z', 'rar'],
},
{
key: 'audio',
formats: ['mp3', 'wav', 'ogg', 'flac', 'aac', 'm4a'],
},
];