qwe
This commit is contained in:
parent
de4e10becf
commit
65a690ed07
@ -141,6 +141,7 @@ class Timecode {
|
||||
ioClient.on("update", (data) => {
|
||||
this.vlcUpdate(data);
|
||||
});
|
||||
this.playing = false;
|
||||
}
|
||||
else {
|
||||
this.startTime = new Date().getTime();
|
||||
|
File diff suppressed because one or more lines are too long
@ -163,6 +163,7 @@ class Timecode {
|
||||
ioClient.on("update", (data)=>{
|
||||
this.vlcUpdate(data);
|
||||
})
|
||||
this.playing = false;
|
||||
} else {
|
||||
this.startTime = new Date().getTime();
|
||||
this.playing = true;
|
||||
|
Loading…
Reference in New Issue
Block a user