From 049abef2d45656197312d040a981238ca9c44dd0 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 13 Jan 2014 22:35:30 +0100 Subject: input/despotify: change name to "despotify" The name "spt" didn't make much sense for this plugin. --- src/input/DespotifyInputPlugin.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/input/DespotifyInputPlugin.cxx') 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, -- cgit v1.2.3