Skip to content

Commit

Permalink
Add additional audio file extensions: MPEG-Layer-2, Musepack, Matrosk…
Browse files Browse the repository at this point in the history
…a audio, WavePack
  • Loading branch information
Borewit committed Jan 8, 2020
1 parent 9dc3bb4 commit 38aef81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/renderer/lib/media-extensions.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
const mediaExtensions = {
audio: [
'.aac', '.aif', '.aiff', '.asf', '.dff', '.dsf', '.flac', '.m2a',
'.m4a', '.m4b', '.mp2', '.mp3', '.mpc', '.oga', '.ogg', '.opus',
'.spx', '.wma', '.wav', '.wv', '.wvp'],
'.m2a', '.m4a', '.mpc', '.m4b', '.mka', '.mp2', '.mp3', '.mpc', '.oga',
'.ogg', '.opus', '.spx', '.wma', '.wav', '.wv', '.wvp'],
video: [
'.avi', '.mp4', '.m4v', '.webm', '.mov', '.mkv', '.mpg', '.mpeg',
'.ogv', '.webm', '.wmv'],
Expand Down

0 comments on commit 38aef81

Please sign in to comment.