[rhythmbox] audioscrobbler: use https for last.fm
- From: Jonathan Matthew <jmatthew src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rhythmbox] audioscrobbler: use https for last.fm
- Date: Sun, 4 Sep 2016 03:53:08 +0000 (UTC)
commit ce0d3910d9a7909dea0ae12753d72c9edb68e96a
Author: Jonathan Matthew <jonathan d14n org>
Date: Sun Sep 4 13:52:05 2016 +1000
audioscrobbler: use https for last.fm
https://bugzilla.gnome.org/show_bug.cgi?id=768310
plugins/audioscrobbler/rb-audioscrobbler-service.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/plugins/audioscrobbler/rb-audioscrobbler-service.c
b/plugins/audioscrobbler/rb-audioscrobbler-service.c
index b3bd80a..9240956 100644
--- a/plugins/audioscrobbler/rb-audioscrobbler-service.c
+++ b/plugins/audioscrobbler/rb-audioscrobbler-service.c
@@ -30,10 +30,10 @@
/* Last.fm details */
#define LASTFM_NAME "Last.fm"
-#define LASTFM_AUTH_URL "http://www.last.fm/api/auth/"
-#define LASTFM_SCROBBLER_URL "http://post.audioscrobbler.com/"
-#define LASTFM_API_URL "http://ws.audioscrobbler.com/2.0/"
-#define LASTFM_OLD_RADIO_API_URL "http://ws.audioscrobbler.com/"
+#define LASTFM_AUTH_URL "https://www.last.fm/api/auth/"
+#define LASTFM_SCROBBLER_URL "https://post.audioscrobbler.com/"
+#define LASTFM_API_URL "https://ws.audioscrobbler.com/2.0/"
+#define LASTFM_OLD_RADIO_API_URL "https://ws.audioscrobbler.com/"
/* this API key belongs to Jamie Nicol <jamie thenicols net>
generated May 2010 for use in the audioscrobbler plugin */
#define LASTFM_API_KEY "0337ff3c59299b6a31d75164041860b6"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]