diff --git a/src/apps/user/mediaplayer/MediaPlayer.ts b/src/apps/user/mediaplayer/MediaPlayer.ts index a43bca02..391dbc32 100644 --- a/src/apps/user/mediaplayer/MediaPlayer.ts +++ b/src/apps/user/mediaplayer/MediaPlayer.ts @@ -40,7 +40,24 @@ export const MediaPlayerApp: App = { component: MediaPlayer as any, }, opens: { - extensions: [".mp3", ".opus", ".wav", ".flac", ".mp4", ".mkv", ".mov", ".avi", ".arcpl", ".ogg"], + extensions: [ + ".arcpl", + ".avi", + ".flac", + ".m4a", + ".m4v", + ".m4p", + ".mkv", + ".mov", + ".mp3", + ".mp4", + ".oga", + ".ogg", + ".ogv", + ".opus", + ".wav", + ".webm" + ], }, position: { centered: true }, id: "MediaPlayer",