playlist/embcue: change name string to "embcue"
The name "cue" was listed twice in "mpd --version".
This commit is contained in:
parent
87268c2297
commit
c4fca2aa61
|
@ -171,7 +171,7 @@ static const char *const embcue_playlist_suffixes[] = {
|
|||
};
|
||||
|
||||
const struct playlist_plugin embcue_playlist_plugin = {
|
||||
"cue",
|
||||
"embcue",
|
||||
|
||||
nullptr,
|
||||
nullptr,
|
||||
|
|
Loading…
Reference in New Issue