Skip to content

Commit 5d5fdf5

Browse files
authored
support for mime-type audio-mpegurl for M3U playlists
1 parent cdd2d4c commit 5d5fdf5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/playlist/plugins/M3uPlaylistPlugin.cxx

+1
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ static const char *const m3u_suffixes[] = {
6666

6767
static const char *const m3u_mime_types[] = {
6868
"audio/x-mpegurl",
69+
"audio/mpegurl",
6970
nullptr
7071
};
7172

0 commit comments

Comments
 (0)