https for lastfm requests, fixes #287

This commit is contained in:
James Barnsley
2018-06-01 20:40:12 +12:00
parent c240c71a59
commit 50ad2e8ce1

View File

@ -24,7 +24,7 @@ const sendRequest = (dispatch, getState, params, signed = false) => {
method: 'GET',
cache: true,
timeout: 30000,
url: '//ws.audioscrobbler.com/2.0/?format=json&'+params
url: 'https://ws.audioscrobbler.com/2.0/?format=json&'+params
}
// Signed requests don't need our api_key as the proxy has it's own