Skip to content

Commit c3f6010

Browse files
authored
Merge pull request #246 from ArcOS-Project/blocky-mediaplayer-add-supported-exts
Add extra extensions to mediaplayer
2 parents e690822 + eb53b3f commit c3f6010

1 file changed

Lines changed: 18 additions & 1 deletion

File tree

src/apps/user/mediaplayer/MediaPlayer.ts

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,24 @@ export const MediaPlayerApp: App = {
4040
component: MediaPlayer as any,
4141
},
4242
opens: {
43-
extensions: [".mp3", ".opus", ".wav", ".flac", ".mp4", ".mkv", ".mov", ".avi", ".arcpl", ".ogg"],
43+
extensions: [
44+
".arcpl",
45+
".avi",
46+
".flac",
47+
".m4a",
48+
".m4v",
49+
".m4p",
50+
".mkv",
51+
".mov",
52+
".mp3",
53+
".mp4",
54+
".oga",
55+
".ogg",
56+
".ogv",
57+
".opus",
58+
".wav",
59+
".webm"
60+
],
4461
},
4562
position: { centered: true },
4663
id: "MediaPlayer",

0 commit comments

Comments
 (0)