playlist/m3u: added plugin name
This commit is contained in:
parent
e78370e050
commit
767e27c8f0
@ -80,6 +80,8 @@ static const char *const m3u_mime_types[] = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
const struct playlist_plugin m3u_playlist_plugin = {
|
const struct playlist_plugin m3u_playlist_plugin = {
|
||||||
|
.name = "m3u",
|
||||||
|
|
||||||
.open_stream = m3u_open_stream,
|
.open_stream = m3u_open_stream,
|
||||||
.close = m3u_close,
|
.close = m3u_close,
|
||||||
.read = m3u_read,
|
.read = m3u_read,
|
||||||
|
Loading…
Reference in New Issue
Block a user