Added schedule clearing and scroll to drag to schedule panel.
This commit is contained in:
parent
56ab5a16ec
commit
c04edb6691
8 changed files with 466 additions and 120 deletions
|
|
@ -101,6 +101,9 @@ class player{
|
|||
|
||||
//Re-size to aspect since video may now be a different size
|
||||
this.client.chatBox.resizeAspect();
|
||||
|
||||
//Sync off of starter time stamp
|
||||
this.mediaHandler.sync(data.timestamp);
|
||||
}
|
||||
|
||||
sync(data){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue