Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
webui: change mime type for m3u back to audio/x-mpegurl for VLC plugi…
…n, fixs #3008
  • Loading branch information
perexg committed Jul 10, 2015
1 parent 4efed71 commit 207f585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webui/webui.c
Expand Up @@ -65,7 +65,7 @@
#include <sys/socket.h>
#endif

#define MIME_M3U "audio/mpegurl"
#define MIME_M3U "audio/x-mpegurl"
#define MIME_E2 "application/x-e2-bouquet"

enum {
Expand Down

0 comments on commit 207f585

Please sign in to comment.