diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-05-27 16:04:59 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-05-27 16:04:59 +0000 |
| commit | 55753bcabe762990c3ce3e31199db4d8581c3e2b (patch) | |
| tree | 9b7f93431e0e98c2f5b53eb814d1dba1c44b2d2a /src/plugins/General/scrobbler/defines.h | |
| parent | 49651e636dcbee7fc6e9c410167f640cd52e3e35 (diff) | |
| download | qmmp-55753bcabe762990c3ce3e31199db4d8581c3e2b.tar.gz qmmp-55753bcabe762990c3ce3e31199db4d8581c3e2b.tar.bz2 qmmp-55753bcabe762990c3ce3e31199db4d8581c3e2b.zip | |
scrobbler: fixed libre.fm support
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@5034 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/scrobbler/defines.h')
| -rw-r--r-- | src/plugins/General/scrobbler/defines.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/General/scrobbler/defines.h b/src/plugins/General/scrobbler/defines.h index 36648fe4f..595c44541 100644 --- a/src/plugins/General/scrobbler/defines.h +++ b/src/plugins/General/scrobbler/defines.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2013 by Ilya Kotov * + * Copyright (C) 2013-2015 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -22,9 +22,9 @@ #define DEFINES_H #define SCROBBLER_LASTFM_URL "http://ws.audioscrobbler.com/2.0/" -#define SCROBBLER_LIBREFM_URL "http://libre.fm/2.0/" +#define SCROBBLER_LIBREFM_URL "https://libre.fm/2.0/" #define LASTFM_AUTH_URL "http://www.last.fm/api/auth/" -#define LIBREFM_AUTH_URL "http://libre.fm/api/auth/" +#define LIBREFM_AUTH_URL "https://libre.fm/api/auth/" #endif // DEFINES_H |
