qwe
This commit is contained in:
		| @ -141,6 +141,7 @@ class Timecode { | |||||||
|             ioClient.on("update", (data) => { |             ioClient.on("update", (data) => { | ||||||
|                 this.vlcUpdate(data); |                 this.vlcUpdate(data); | ||||||
|             }); |             }); | ||||||
|  |             this.playing = false; | ||||||
|         } |         } | ||||||
|         else { |         else { | ||||||
|             this.startTime = new Date().getTime(); |             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)=>{ |          ioClient.on("update", (data)=>{ | ||||||
|             this.vlcUpdate(data); |             this.vlcUpdate(data); | ||||||
|          }) |          }) | ||||||
|  |          this.playing = false; | ||||||
|       } else { |       } else { | ||||||
|          this.startTime = new Date().getTime(); |          this.startTime = new Date().getTime(); | ||||||
|          this.playing = true; |          this.playing = true; | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user
	 Fabian Stamm
					Fabian Stamm