mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fixed type of AudioTrackList
This commit is contained in:
parent
062ea29ad2
commit
e9c9f4966c
1 changed files with 1 additions and 1 deletions
|
@ -641,7 +641,7 @@ function tryRemoveElement(elem) {
|
||||||
// https://msdn.microsoft.com/en-us/library/hh772507(v=vs.85).aspx
|
// https://msdn.microsoft.com/en-us/library/hh772507(v=vs.85).aspx
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @type {HTMLOptionsCollection|any[]}
|
* @type {ArrayLike<any>|any[]}
|
||||||
*/
|
*/
|
||||||
const elemAudioTracks = elem.audioTracks || [];
|
const elemAudioTracks = elem.audioTracks || [];
|
||||||
console.debug(`found ${elemAudioTracks.length} audio tracks`);
|
console.debug(`found ${elemAudioTracks.length} audio tracks`);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue