diff options
Diffstat (limited to 'client/src/assets')
-rw-r--r-- | client/src/assets/player/mobile/peertube-mobile-plugin.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/assets/player/mobile/peertube-mobile-plugin.ts b/client/src/assets/player/mobile/peertube-mobile-plugin.ts index 3c0365e5b..95864c817 100644 --- a/client/src/assets/player/mobile/peertube-mobile-plugin.ts +++ b/client/src/assets/player/mobile/peertube-mobile-plugin.ts | |||
@@ -15,10 +15,10 @@ class PeerTubeMobilePlugin extends Plugin { | |||
15 | private seekAmount = 0 | 15 | private seekAmount = 0 |
16 | 16 | ||
17 | private lastTapEvent: TouchEvent | 17 | private lastTapEvent: TouchEvent |
18 | private tapTimeout: NodeJS.Timeout | 18 | private tapTimeout: ReturnType<typeof setTimeout> |
19 | private newActiveState: boolean | 19 | private newActiveState: boolean |
20 | 20 | ||
21 | private setCurrentTimeTimeout: NodeJS.Timeout | 21 | private setCurrentTimeTimeout: ReturnType<typeof setTimeout> |
22 | 22 | ||
23 | constructor (player: videojs.Player, options: videojs.PlayerOptions) { | 23 | constructor (player: videojs.Player, options: videojs.PlayerOptions) { |
24 | super(player, options) | 24 | super(player, options) |