Skip to content

Commit

Permalink
trigger happy on the releases...
Browse files Browse the repository at this point in the history
  • Loading branch information
lobianco committed Oct 9, 2013
1 parent c0e22dd commit a0914fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ALMoviePlayerController.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'ALMoviePlayerController'
s.version = '0.1.1'
s.version = '0.1.2'
s.summary = 'A drop-in replacement for MPMoviePlayerController that exposes the UI elements and allows for maximum customization.'
s.homepage = 'https://github.com/alobi/ALMoviePlayerController'
s.author = { 'Anthony Lobianco' => 'anthony@lobian.co' }
Expand Down
2 changes: 1 addition & 1 deletion ALMoviePlayerController/ALMoviePlayerController.m
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ - (void)play {
[[NSNotificationCenter defaultCenter] removeObserver:self name:MPMoviePlayerLoadStateDidChangeNotification object:nil];
[NSObject cancelPreviousPerformRequestsWithTarget:self selector:@selector(movieTimedOut) object:nil];
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(videoLoadStateChanged:) name:MPMoviePlayerLoadStateDidChangeNotification object:nil];
[self performSelector:@selector(movieTimedOut) withObject:nil afterDelay:4.f];
[self performSelector:@selector(movieTimedOut) withObject:nil afterDelay:20.f];
}
}

Expand Down

0 comments on commit a0914fc

Please sign in to comment.