mirror of
https://github.com/NoCrypt/migu.git
synced 2026-04-20 08:02:12 +00:00
feat: add filename to stats for nerds
This commit is contained in:
parent
324b32ed6f
commit
304e8fc284
1 changed files with 2 additions and 1 deletions
|
|
@ -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'>
|
||||
|
|
|
|||
Loading…
Reference in a new issue