Fix typings

pull/4723/head
Chocobozzz 2022-01-12 15:19:51 +01:00
parent 2dd0a8a8fd
commit f85b5afb7c
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 2 additions and 2 deletions

View File

@ -15,10 +15,10 @@ class PeerTubeMobilePlugin extends Plugin {
private seekAmount = 0
private lastTapEvent: TouchEvent
private tapTimeout: NodeJS.Timeout
private tapTimeout: ReturnType<typeof setTimeout>
private newActiveState: boolean
private setCurrentTimeTimeout: NodeJS.Timeout
private setCurrentTimeTimeout: ReturnType<typeof setTimeout>
constructor (player: videojs.Player, options: videojs.PlayerOptions) {
super(player, options)