diff options
Diffstat (limited to 'macosx/HBAVPlayer.m')
-rw-r--r-- | macosx/HBAVPlayer.m | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/HBAVPlayer.m b/macosx/HBAVPlayer.m index 833c0643a..940c5bdb6 100644 --- a/macosx/HBAVPlayer.m +++ b/macosx/HBAVPlayer.m @@ -25,7 +25,7 @@ typedef void (^HBPlayableObverser)(void); @implementation HBAVPlayerRateObserver -- (void)postNotification; +- (void)postNotification { self.block(); } @@ -284,7 +284,7 @@ typedef void (^HBPlayableObverser)(void); #pragma mark public methods -- (void)loadPlayableValueAsynchronouslyWithCompletionHandler:(nullable void (^)(void))handler; +- (void)loadPlayableValueAsynchronouslyWithCompletionHandler:(nullable void (^)(void))handler { if (self.isLoaded) { |