1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Fix more accessibility and blockers

This commit is contained in:
MrTimscampi 2020-04-14 04:03:03 +02:00
parent b9681dbfe5
commit 45da9c0a39
7 changed files with 17 additions and 19 deletions

View file

@ -194,7 +194,7 @@ define(['appSettings', 'browser', 'events'], function (appSettings, browser, eve
}
};
events.map(function (name) {
element.addEventListener(name, onMediaChange);
return element.addEventListener(name, onMediaChange);
});
}
}