diff options
author | Max Kellermann <max@duempel.org> | 2014-09-26 08:53:19 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-09-26 09:29:18 +0200 |
commit | c4fca2aa614741f3d5bfef4eff039ae52c1a0a15 (patch) | |
tree | 29572e12391d7cb48be9dc21e785b4d6a86a1631 /src/playlist/EmbeddedCuePlaylistPlugin.cxx | |
parent | 87268c2297f68580d0227126c50be5547460922e (diff) | |
download | mpd-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/playlist/EmbeddedCuePlaylistPlugin.cxx')
-rw-r--r-- | src/playlist/EmbeddedCuePlaylistPlugin.cxx | 2 |
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, |