aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-09-26 08:53:19 +0200
committerMax Kellermann <max@duempel.org>2014-09-26 09:29:18 +0200
commitc4fca2aa614741f3d5bfef4eff039ae52c1a0a15 (patch)
tree29572e12391d7cb48be9dc21e785b4d6a86a1631 /src
parent87268c2297f68580d0227126c50be5547460922e (diff)
downloadmpd-c4fca2aa614741f3d5bfef4eff039ae52c1a0a15.tar.gz
mpd-c4fca2aa614741f3d5bfef4eff039ae52c1a0a15.tar.xz
mpd-c4fca2aa614741f3d5bfef4eff039ae52c1a0a15.zip
playlist/embcue: change name string to "embcue"
The name "cue" was listed twice in "mpd --version".
Diffstat (limited to 'src')
-rw-r--r--src/playlist/EmbeddedCuePlaylistPlugin.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/playlist/EmbeddedCuePlaylistPlugin.cxx b/src/playlist/EmbeddedCuePlaylistPlugin.cxx
index d758650eb..2734fa59e 100644
--- a/src/playlist/EmbeddedCuePlaylistPlugin.cxx
+++ b/src/playlist/EmbeddedCuePlaylistPlugin.cxx
@@ -171,7 +171,7 @@ static const char *const embcue_playlist_suffixes[] = {
};
const struct playlist_plugin embcue_playlist_plugin = {
- "cue",
+ "embcue",
nullptr,
nullptr,