Skip to content

Commit

Permalink
fix: helper.js bug修复
Browse files Browse the repository at this point in the history
  • Loading branch information
cfmj authored Oct 27, 2022
1 parent fd0e689 commit c08b14a
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 c08b14a

Please sign in to comment.