ActiveX: index of vlc.audio.track and vlc.subtitle.track is wrong
vlc.audio.track will return/expect the original audio id, and not a (fake) array id. Same issue with vlc.subtitle.track.
Works fine with vlc.audio.description(i) and vlc.subtitle.description(i)
Also works fine on mozilla plugin.