diff --git a/src/ui/util/helper.js b/src/ui/util/helper.js index ec120265..2d16adbf 100644 --- a/src/ui/util/helper.js +++ b/src/ui/util/helper.js @@ -41,7 +41,7 @@ const helper = { break; case ['mp4', 'mkv', 'avi', 'flv'].includes(extension): - filename = 'audio'; + filename = 'video'; break; case ['zip', 'rar', 'tar', 'tar.gz'].includes(extension):