diff --git a/src/players/Base.js b/src/players/Base.js index f49d16a..60ae472 100644 --- a/src/players/Base.js +++ b/src/players/Base.js @@ -34,10 +34,10 @@ export default class Base extends Component { } isReady = false onReady = () => { + this.isReady = true this.setVolume(this.props.volume) if (this.props.playing || this.preloading) { this.preloading = false - this.isReady = true if (this.loadOnReady) { this.load(this.loadOnReady, this.props.playing) } else {