Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
.then(info => {
this._history.push(id)
let format = chooseFormat(info.formats, {
quality: 'highest',
filter: "audioonly"
})
this.player.play(format)
})
}