Skip to content

Instantly share code, notes, and snippets.

@vansika
Created October 10, 2020 06:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vansika/bfb64b3e623c4f95872bfd324896f363 to your computer and use it in GitHub Desktop.
Save vansika/bfb64b3e623c4f95872bfd324896f363 to your computer and use it in GitHub Desktop.
playRecommendation = (recommendation: Recommendation): void => {
if (this.brainzPlayer.current) {
this.brainzPlayer.current.playListen(recommendation);
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment