remove cache property
This commit is contained in:
parent
1110793cc5
commit
82edb959d8
1
Video.js
1
Video.js
@ -284,7 +284,6 @@ export default class Video extends Component {
|
||||
Video.propTypes = {
|
||||
/* Native only */
|
||||
src: PropTypes.object,
|
||||
cache: PropTypes.bool,
|
||||
seek: PropTypes.oneOfType([
|
||||
PropTypes.number,
|
||||
PropTypes.object
|
||||
|
@ -303,11 +303,6 @@ static NSString *const timedMetadata = @"timedMetadata";
|
||||
|
||||
#pragma mark - Player and source
|
||||
|
||||
- (void)setCache:(BOOL *)cache
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
- (void)setSrc:(NSDictionary *)source
|
||||
{
|
||||
[self removePlayerLayer];
|
||||
|
Loading…
Reference in New Issue
Block a user