This commit is contained in:
Fabian Stamm
2017-06-20 14:39:17 +02:00
parent 3c37537365
commit c52a8efdfe
4 changed files with 15 additions and 1 deletions

View File

@ -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