Closed mikeevstropov closed 7 years ago
Hi. We cant use configure to update srt file, it just not working. We should create some stuff on bindEvents() method: this.listenTo(this.core.mediaControl, Events.MEDIACONTROL_CONTAINERCHANGED, this.reload)
configure
srt
bindEvents()
this.listenTo(this.core.mediaControl, Events.MEDIACONTROL_CONTAINERCHANGED, this.reload)
Hello! We absolutely should! Could you explain a little more how you think it should work? Just to make sure we get it right.
Done! =)
Hi. We cant use
configure
to updatesrt
file, it just not working. We should create some stuff onbindEvents()
method:this.listenTo(this.core.mediaControl, Events.MEDIACONTROL_CONTAINERCHANGED, this.reload)