sfpbafs
This commit is contained in:
parent
3c37537365
commit
c52a8efdfe
6
db.json
6
db.json
@ -67,5 +67,11 @@
|
|||||||
"id": "cc954c0f41e0"
|
"id": "cc954c0f41e0"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
"af3f2ed07c21": {
|
||||||
|
"displayName": "t2",
|
||||||
|
"file": "t2.mp4",
|
||||||
|
"id": "af3f2ed07c21",
|
||||||
|
"triggers": []
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -177,6 +177,10 @@ class Timecode {
|
|||||||
ios.emit("stopped");
|
ios.emit("stopped");
|
||||||
}
|
}
|
||||||
this.startTime = 0;
|
this.startTime = 0;
|
||||||
|
ioClient.on("stopped", () => {
|
||||||
|
this.playing = false;
|
||||||
|
this.startTime = 0;
|
||||||
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
class TrackEvent {
|
class TrackEvent {
|
||||||
|
File diff suppressed because one or more lines are too long
@ -199,6 +199,10 @@ class Timecode {
|
|||||||
ios.emit("stopped");
|
ios.emit("stopped");
|
||||||
}
|
}
|
||||||
this.startTime = 0;
|
this.startTime = 0;
|
||||||
|
ioClient.on("stopped", ()=>{
|
||||||
|
this.playing = false;
|
||||||
|
this.startTime = 0;
|
||||||
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user