Skip to content

Commit

Permalink
Rename failureRetryCount to minLoadRetryCount
Browse files Browse the repository at this point in the history
  • Loading branch information
cobarx authored Feb 11, 2019
1 parent 938cfd6 commit 77411f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Video.js
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ Video.propTypes = {
// Opaque type returned by require('./video.mp4')
PropTypes.number
]),
failureRetryCount: PropTypes.number,
minLoadRetryCount: PropTypes.number,
maxBitRate: PropTypes.number,
resizeMode: PropTypes.string,
poster: PropTypes.string,
Expand Down

0 comments on commit 77411f2

Please sign in to comment.