diff options
author | Max Kellermann <max@duempel.org> | 2014-01-13 22:35:30 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-01-13 22:35:30 +0100 |
commit | 049abef2d45656197312d040a981238ca9c44dd0 (patch) | |
tree | d5430c92baedf29ad43ec21ae0bb99458da3e5ac /src | |
parent | 7c60b50a392189c7899d29ba47da5bac237bc462 (diff) | |
download | mpd-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.
Diffstat (limited to 'src')
-rw-r--r-- | src/input/DespotifyInputPlugin.cxx | 2 |
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, |