Topic on Extension talk:MP3MediaHandler

Does not work in MW 1.27.1

2
24pm (talkcontribs)
Oetterer (talkcontribs)

For me it was a wrong mime type in the mediahandler section of extension.json. What works for me is:

    "MediaHandlers": {
        "audio/mpeg": "MP3MediaHandler"
    },
Reply to "Does not work in MW 1.27.1"