Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

1.0.2 - fix bug regarding mapping of player state

Compare
Choose a tag to compare
@todd-patterson todd-patterson released this 26 Jun 00:39
· 5 commits to master since this release
da1ae1b

Fix bug introduced by e9dbe9e regarding mapping of player state. The value returned from the player has a lower-bound of "-1", whereas YTPlayerState is a 0-based NSInteger enum.