diff --git a/RCTVideo.m b/RCTVideo.m index b06d32f7..68b7c4ab 100644 --- a/RCTVideo.m +++ b/RCTVideo.m @@ -80,7 +80,7 @@ static NSString *const statusKeyPath = @"status"; /*! * Calculates and returns the playable duration of the current player item using its loaded time ranges. * - * \returns The playable duration of the current player item. + * \returns The playable duration of the current player item in seconds. */ - (NSNumber *)calculatePlayableDuration { AVPlayerItem *video = _player.currentItem;