aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-01-13 22:35:30 +0100
committerMax Kellermann <max@duempel.org>2014-01-13 22:35:30 +0100
commit049abef2d45656197312d040a981238ca9c44dd0 (patch)
treed5430c92baedf29ad43ec21ae0bb99458da3e5ac
parent7c60b50a392189c7899d29ba47da5bac237bc462 (diff)
downloadmpd-049abef2d45656197312d040a981238ca9c44dd0.tar.gz
mpd-049abef2d45656197312d040a981238ca9c44dd0.tar.xz
mpd-049abef2d45656197312d040a981238ca9c44dd0.zip
input/despotify: change name to "despotify"
The name "spt" didn't make much sense for this plugin.
-rw-r--r--src/input/DespotifyInputPlugin.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/DespotifyInputPlugin.cxx b/src/input/DespotifyInputPlugin.cxx
index b6be65212..29a80e585 100644
--- a/src/input/DespotifyInputPlugin.cxx
+++ b/src/input/DespotifyInputPlugin.cxx
@@ -247,7 +247,7 @@ input_despotify_tag(InputStream *is)
}
const InputPlugin input_plugin_despotify = {
- "spt",
+ "despotify",
nullptr,
nullptr,
input_despotify_open,