sfpbafs
This commit is contained in:
@ -177,6 +177,10 @@ class Timecode {
|
||||
ios.emit("stopped");
|
||||
}
|
||||
this.startTime = 0;
|
||||
ioClient.on("stopped", () => {
|
||||
this.playing = false;
|
||||
this.startTime = 0;
|
||||
});
|
||||
}
|
||||
}
|
||||
class TrackEvent {
|
||||
|
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user