Commit c4fca2aa authored by Max Kellermann's avatar Max Kellermann

playlist/embcue: change name string to "embcue"

The name "cue" was listed twice in "mpd --version".
parent 87268c22
...@@ -171,7 +171,7 @@ static const char *const embcue_playlist_suffixes[] = { ...@@ -171,7 +171,7 @@ static const char *const embcue_playlist_suffixes[] = {
}; };
const struct playlist_plugin embcue_playlist_plugin = { const struct playlist_plugin embcue_playlist_plugin = {
"cue", "embcue",
nullptr, nullptr,
nullptr, nullptr,
......
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