[vlc-commits] audioscrobbler: update protocol documentation URLs
    Jonas Lundqvist 
    git at videolan.org
       
    Wed Nov 25 23:22:16 CET 2015
    
    
  
vlc | branch: master | Jonas Lundqvist <jonas at gannon.se> | Mon Nov  9 16:39:39 2015 +0100| [15b848dde02aea675c8d640e9e88d10cf1f90fbc] | committer: Jean-Baptiste Kempf
audioscrobbler: update protocol documentation URLs
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=15b848dde02aea675c8d640e9e88d10cf1f90fbc
---
 modules/misc/audioscrobbler.c |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/modules/misc/audioscrobbler.c b/modules/misc/audioscrobbler.c
index bbbf69a..e5c3f56 100644
--- a/modules/misc/audioscrobbler.c
+++ b/modules/misc/audioscrobbler.c
@@ -22,11 +22,11 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
-/* audioscrobbler protocol version: 1.2
- * http://www.audioscrobbler.net/development/protocol/
+/* Last.fm Submissions protocol version: 1.2
+ * http://www.last.fm/api/submissions
  *
  * TODO:    "Now Playing" feature (not mandatory)
- *          Update to new API? http://www.lastfm.fr/api
+ *          Update to new API? http://www.last.fm/api/scrobbling
  */
 /*****************************************************************************
  * Preamble
    
    
More information about the vlc-commits
mailing list