diff options
author | Karol Kosek <krkk@serenityos.org> | 2023-06-05 00:11:04 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2023-06-05 06:56:06 +0200 |
commit | 6e5457d9e02b30d7b7f04cf47cc694ba3431e0cc (patch) | |
tree | 522874e4dc78bac9d69a04f5ef0b546d34d47dd2 /Base/res | |
parent | e6970ec5f4f56cafe63553b7a40040d7c3f9c197 (diff) | |
download | serenity-6e5457d9e02b30d7b7f04cf47cc694ba3431e0cc.zip |
Base: Add .mkv file association to Video Player
Video Player can play VP9 videos inside Matroska. Double-clicking on
such files in File Manager will now open this application.
Diffstat (limited to 'Base/res')
-rw-r--r-- | Base/res/apps/VideoPlayer.af | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Base/res/apps/VideoPlayer.af b/Base/res/apps/VideoPlayer.af index 08e42132bc..29359991e7 100644 --- a/Base/res/apps/VideoPlayer.af +++ b/Base/res/apps/VideoPlayer.af @@ -4,4 +4,4 @@ Executable=/bin/VideoPlayer Category=Media [Launcher] -FileTypes=webm +FileTypes=webm,mkv |