Debugging canvas issue

This commit is contained in:
James Barnsley
2016-10-31 05:42:01 +13:00
parent 474ebc6738
commit c1cbcddef6
4 changed files with 6 additions and 4 deletions

View File

@ -1047,6 +1047,8 @@
if (getState().spotify.authorized) {
console.log('Refreshing token as ' + getState().spotify.expires_in + ' older than ' + new Date().getTime());
$.ajax({
method: 'GET',
url: '//jamesbarnsley.co.nz/spotmop.php?action=refresh&refresh_token=' + getState().spotify.refresh_token,
@ -7629,7 +7631,7 @@
/* 66 */
/***/ function(module, exports, __webpack_require__) {
var require;var __WEBPACK_AMD_DEFINE_RESULT__;/* WEBPACK VAR INJECTION */(function(process) {/** @license MIT License (c) copyright 2010-2014 original author or authors */
var __WEBPACK_AMD_DEFINE_RESULT__;var require;/* WEBPACK VAR INJECTION */(function(process) {/** @license MIT License (c) copyright 2010-2014 original author or authors */
/** @author Brian Cavalier */
/** @author John Hann */
@ -19153,7 +19155,6 @@
case 'PUSHER_CONNECTED':
makeRequest({ action: 'get_version' });
makeRequest({ action: 'get_spotify_token' });
return next(action);
break;

File diff suppressed because one or more lines are too long