Skip to content

Commit 2f338e8

Browse files
updates isReady state fixes #37
1 parent b2a65fc commit 2f338e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ export default class RTMP extends Flash {
174174
}
175175

176176
playbackReady() {
177-
this.isReady = true
177+
this.isReadyState = true
178178
this.trigger(Events.PLAYBACK_READY, this.name)
179179
}
180180

0 commit comments

Comments
 (0)