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

add ipod-library support #926

Merged
merged 3 commits into from
Sep 4, 2018
Merged

add ipod-library support #926

merged 3 commits into from
Sep 4, 2018

Conversation

ymuzi
Copy link

@ymuzi ymuzi commented Jan 31, 2018

should support ipod-library protocol for iPod library

@cobarx
Copy link
Contributor

cobarx commented Jun 9, 2018

@yasiryang Thanks for this submission! I'm guessing this is an iOS only feature.

How do I go about testing this? I want to provide examples for each of the source types in the README, so some usage instructions would help a lot.

ios/RCTVideo.m Outdated
@@ -732,7 +732,10 @@ - (void)setProgressUpdateInterval:(float)progressUpdateInterval
- (void)removePlayerLayer
{
[_playerLayer removeFromSuperlayer];
[_playerLayer removeObserver:self forKeyPath:readyForDisplayKeyPath];
@try{
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's triggering this crash? I'd like to fix the issue where we remove an observer that doesn't exist rather than putting a bandaid over it with try / catch.

Couldn't figure out how this was happening, so I don't want to hide it with try/catch. Let's get it fixed instead.
@cobarx cobarx merged commit a0c196f into TheWidlarzGroup:master Sep 4, 2018
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