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 = {
|
Video.propTypes = {
|
||||||
/* Native only */
|
/* Native only */
|
||||||
src: PropTypes.object,
|
src: PropTypes.object,
|
||||||
cache: PropTypes.bool,
|
|
||||||
seek: PropTypes.oneOfType([
|
seek: PropTypes.oneOfType([
|
||||||
PropTypes.number,
|
PropTypes.number,
|
||||||
PropTypes.object
|
PropTypes.object
|
||||||
|
@ -303,11 +303,6 @@ static NSString *const timedMetadata = @"timedMetadata";
|
|||||||
|
|
||||||
#pragma mark - Player and source
|
#pragma mark - Player and source
|
||||||
|
|
||||||
- (void)setCache:(BOOL *)cache
|
|
||||||
{
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
- (void)setSrc:(NSDictionary *)source
|
- (void)setSrc:(NSDictionary *)source
|
||||||
{
|
{
|
||||||
[self removePlayerLayer];
|
[self removePlayerLayer];
|
||||||
|
Loading…
Reference in New Issue
Block a user