mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2025-08-17 16:46:31 +00:00
Added error when failed to get gamelist
This commit is contained in:
parent
d062346db2
commit
c15ddb8597
@ -543,9 +543,9 @@ function showApps(host) {
|
|||||||
$(outerDiv).append(img);
|
$(outerDiv).append(img);
|
||||||
});
|
});
|
||||||
}, function(failedAppList) {
|
}, function(failedAppList) {
|
||||||
$('#naclSpinner').hide();
|
$('#naclSpinner').hide(); // TODO: Add placeholder graphic
|
||||||
|
snackbarLog('Unable to get your games')
|
||||||
console.log('%c[index.js, showApps]', 'color: green;', 'Failed to get applist from host: ' + host.hostname, '\n Host object:', host, host.toString());
|
console.error('%c[index.js, showApps]', 'Failed to get applist from host: ' + host.hostname, '\n Host object:', host, host.toString());
|
||||||
});
|
});
|
||||||
|
|
||||||
showAppsMode();
|
showAppsMode();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user