sfpbafs
This commit is contained in:
@ -199,6 +199,10 @@ class Timecode {
|
||||
ios.emit("stopped");
|
||||
}
|
||||
this.startTime = 0;
|
||||
ioClient.on("stopped", ()=>{
|
||||
this.playing = false;
|
||||
this.startTime = 0;
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user