mpv: associate with opus mimetype

This commit is contained in:
Colin 2023-11-29 01:14:15 +00:00
parent 5a0c0dff41
commit c100f55f1c
1 changed files with 1 additions and 0 deletions

View File

@ -117,6 +117,7 @@ in
mime.priority = 50; # default = 100; 50 in order to take precedence over vlc.
mime.associations."audio/flac" = "mpv.desktop";
mime.associations."audio/mpeg" = "mpv.desktop";
mime.associations."audio/x-opus+ogg" = "mpv.desktop";
mime.associations."audio/x-vorbis+ogg" = "mpv.desktop";
mime.associations."video/mp4" = "mpv.desktop";
mime.associations."video/quicktime" = "mpv.desktop";