1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
This commit is contained in:
ferferga 2020-02-07 14:35:31 +01:00
parent 145324a209
commit f8c544c1cf

View file

@ -256,8 +256,7 @@ require(['apphost'], function (appHost) {
var gamepads = navigator.getGamepads();
for (var i = 0, len = gamepads.length; i < len; i++) {
var gamepad = gamepads[i];
if (!gamepad)
{
if (!gamepad) {
return;
}
// Iterate through the axes