Skip to content

Conversation

@lorenjphillips
Copy link

Fixes #8963

The formatTime function in TimeBox throws when receiving Infinity as time value (occurs with FLAC files encoded without duration metadata). Added guard to return fallback format for non-finite or negative time values.

@netlify
Copy link

netlify bot commented Dec 25, 2025

👷 Deploy request for label-studio-docs-new-theme pending review.

Visit the deploys page to approve it

Name Link
🔨 Latest commit f5926fe

@netlify
Copy link

netlify bot commented Dec 25, 2025

👷 Deploy request for heartex-docs pending review.

Visit the deploys page to approve it

Name Link
🔨 Latest commit f5926fe

@netlify
Copy link

netlify bot commented Dec 25, 2025

Deploy Preview for label-studio-storybook ready!

Name Link
🔨 Latest commit f5926fe
🔍 Latest deploy log https://app.netlify.com/projects/label-studio-storybook/deploys/694dceda31c1bf00080ac69c
😎 Deploy Preview https://deploy-preview-9080--label-studio-storybook.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify
Copy link

netlify bot commented Dec 25, 2025

Deploy Preview for label-studio-playground ready!

Name Link
🔨 Latest commit f5926fe
🔍 Latest deploy log https://app.netlify.com/projects/label-studio-playground/deploys/694dceda95f7070008eeddc5
😎 Deploy Preview https://deploy-preview-9080--label-studio-playground.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@github-actions github-actions bot added the fix label Dec 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

In TimeBox function formatTime accepts infinity as time, and throws

1 participant