Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Typo in SpotifyPlayerTrack Type Definition #1

Merged
merged 1 commit into from
Jan 13, 2024

Conversation

na2na-p
Copy link
Contributor

@na2na-p na2na-p commented Jan 13, 2024

Overview

This pull request corrects a typo in the type definition of the SpotifyPlayerTrack. Specifically, it changes the incorrect 'add' to the correct 'ad' in the type options. Additionally, I have verified that other properties and event names in our type definitions are consistent with the official Spotify Web Playback SDK documentation.

Changes

  • In the SpotifyPlayerTrack type definition, corrected the typo in the type field from 'add' to 'ad'. The corrected line now accurately reflects the intended content types: 'track', 'episode', and 'ad'.
  • Reviewed and confirmed that other type definitions align with the Spotify Web Playback SDK documentation.

Documentation Reference

The changes are made in accordance with the Spotify Web Playback SDK documentation, as found here: Spotify Web Playback SDK Reference

Thank you for considering this update to the type definition.

@tkhduracell tkhduracell merged commit 1999404 into tkhduracell:main Jan 13, 2024
3 checks passed
@tkhduracell
Copy link
Owner

Thanks :D

@tkhduracell
Copy link
Owner

New release 0.0.3 includes this, thanks again

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants