Commit 767e27c8 authored by Max Kellermann's avatar Max Kellermann

playlist/m3u: added plugin name

parent e78370e0
......@@ -80,6 +80,8 @@ static const char *const m3u_mime_types[] = {
};
const struct playlist_plugin m3u_playlist_plugin = {
.name = "m3u",
.open_stream = m3u_open_stream,
.close = m3u_close,
.read = m3u_read,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment