Add time mouse display to see where we seek the video
authorChocobozzz <me@florianbigard.com>
Wed, 13 Jun 2018 14:14:31 +0000 (16:14 +0200)
committerChocobozzz <me@florianbigard.com>
Wed, 13 Jun 2018 14:14:31 +0000 (16:14 +0200)
client/src/assets/player/peertube-player.ts

index afc8e0881752292594644ed949dafaa229b68520..6b8bba21199de1c518a2e2653bf4f812c0c5ccd6 100644 (file)
@@ -80,6 +80,7 @@ function getControlBarChildren (options: {
         'seekBar': {
           children: {
             'peerTubeLoadProgressBar': {},
+            'mouseTimeDisplay': {},
             'playProgressBar': {}
           }
         }