mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 18:02:05 -05:00
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.
This commit is contained in:
parent
e6970ec5f4
commit
6e5457d9e0
1 changed files with 1 additions and 1 deletions
|
@ -4,4 +4,4 @@ Executable=/bin/VideoPlayer
|
|||
Category=Media
|
||||
|
||||
[Launcher]
|
||||
FileTypes=webm
|
||||
FileTypes=webm,mkv
|
||||
|
|
Loading…
Add table
Reference in a new issue