input/despotify: change name to "despotify"

The name "spt" didn't make much sense for this plugin.
This commit is contained in:
Max Kellermann 2014-01-13 22:35:30 +01:00
parent 7c60b50a39
commit 049abef2d4
1 changed files with 1 additions and 1 deletions

View File

@ -247,7 +247,7 @@ input_despotify_tag(InputStream *is)
}
const InputPlugin input_plugin_despotify = {
"spt",
"despotify",
nullptr,
nullptr,
input_despotify_open,