Skip to content

data: Remove application/ogg from the supported mime-types

Bastien Nocera requested to merge wip/hadess/no-application-ogg into master

Both the audio/ogg and video/ogg mime-types are subclasses of application/ogg. Seeing as we only support the video subclass (see e4a1aaf7), remove application/ogg from the supported mime-types.

This will also stop the “Default Applications” panel in GNOME's Settings from listing Videos as a potential audio player.

Merge request reports