Use player max known time
This commit is contained in:
@@ -1045,7 +1045,7 @@
|
||||
{#if data.video.liveNow}
|
||||
{$_('thumbnail.live')}
|
||||
{:else}
|
||||
{videoLength(playerCurrentTime)} / {videoLength(data.video.lengthSeconds)}
|
||||
{videoLength(playerCurrentTime)} / {videoLength(playerMaxKnownTime)}
|
||||
{/if}
|
||||
</p>
|
||||
<p class="chip secondary">
|
||||
|
||||
Reference in New Issue
Block a user