Skip to content

Commit

Permalink
Merge pull request #34 from cfmj/master
Browse files Browse the repository at this point in the history
fix: helper.js bug修复
  • Loading branch information
imndx authored Oct 27, 2022
2 parents fd0e689 + c08b14a commit 650d43f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/util/helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 650d43f

Please sign in to comment.