Genius request URL

This commit is contained in:
James Barnsley
2018-08-21 08:06:06 +12:00
parent 82a5470623
commit e97bc4f401

View File

@ -138,7 +138,7 @@ export function getTrackLyrics(uri, path){
var config = {
method: 'GET',
url: '//'+getState().mopidy.host+':'+getState().mopidy.port+'/iris/http/get_lyrics',
url: '//'+getState().mopidy.host+':'+getState().mopidy.port+'/iris/http/get_lyrics?path='+path+'&client_id='+store.getState.pusher.client_id,
timeout: 10000
}