diff --git a/src/plugins/htmlVideoPlayer/plugin.js b/src/plugins/htmlVideoPlayer/plugin.js
index c5559789a1..f0d8d8229a 100644
--- a/src/plugins/htmlVideoPlayer/plugin.js
+++ b/src/plugins/htmlVideoPlayer/plugin.js
@@ -641,7 +641,7 @@ function tryRemoveElement(elem) {
// https://msdn.microsoft.com/en-us/library/hh772507(v=vs.85).aspx
/**
- * @type {HTMLOptionsCollection|any[]}
+ * @type {ArrayLike|any[]}
*/
const elemAudioTracks = elem.audioTracks || [];
console.debug(`found ${elemAudioTracks.length} audio tracks`);