feat: add filename to stats for nerds

This commit is contained in:
ThaUnknown 2022-08-20 02:04:23 +02:00
parent 324b32ed6f
commit 304e8fc284

View file

@ -930,7 +930,8 @@ function checkError ({ target }) {
Viewport: {stats.viewport}<br />
Resolution: {stats.resolution}<br />
Buffer health: {stats.buffer}<br />
Playback speed: x{stats.speed?.toFixed(1)}
Playback speed: x{stats.speed?.toFixed(1)}<br />
Name: {current.name || ''}
</div>
{/if}
<div class='top z-40 d-flex justify-content-between'>