Fall back to default timescale when not provided by the Matroska file

This commit is contained in:
Vanilagy
2025-07-27 13:03:43 +02:00
parent 232d1a6cd7
commit ac8baa4873
4 changed files with 12 additions and 3 deletions
@@ -129,6 +129,8 @@ const renderObject = (object: Record<string, unknown>) => {
listItem.removeChild(loadingSpan);
listItem.appendChild(renderValue(resolvedValue));
}).catch((error) => {
console.error(error);
// Show the promise error
listItem.removeChild(loadingSpan);
const errorSpan = document.createElement('span');