fix: ux fixes

This commit is contained in:
DarkPhoenix2704
2024-07-24 07:23:26 +00:00
parent f430aa36c8
commit 8b251ba12b
7 changed files with 81 additions and 45 deletions

View File

@@ -19,6 +19,7 @@ const videoExt = [
'webm',
'mpg',
'mp2',
'mp3',
'mpeg',
'ogg',
'mp4',
@@ -33,7 +34,6 @@ const videoExt = [
'3g2',
'vob',
'ts',
'ts',
]
const officeExt = [
@@ -65,6 +65,7 @@ const officeExt = [
'xps',
'zip',
'rar',
'csv',
]
const isVideo = (name: string, mimetype?: string) => {